Skip to content

Commit 4e3ab1e

Browse files
committed
Added updating ki.js and ki.sjs in editor/scripts (see #9)
1 parent 979e0e6 commit 4e3ab1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ module.exports = function(grunt) {
1717
// TODO: add filenames of macro files as arguments
1818
var macro = grunt.file.read('./src/ki.sjs');
1919
grunt.file.write('./macros/index.js', macro);
20+
grunt.file.write('./editor/scripts/ki.sjs', macro);
21+
var lib = grunt.file.read('./lib/ki.js');
22+
grunt.file.write('./editor/scripts/ki.js', lib);
2023
});
2124

2225
grunt.registerTask('build-test', function() {

0 commit comments

Comments
 (0)