We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e0e6 commit 4e3ab1eCopy full SHA for 4e3ab1e
Gruntfile.js
@@ -17,6 +17,9 @@ module.exports = function(grunt) {
17
// TODO: add filenames of macro files as arguments
18
var macro = grunt.file.read('./src/ki.sjs');
19
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);
23
});
24
25
grunt.registerTask('build-test', function() {
0 commit comments