Commit 4616b950 authored by Alexander.Trofimov's avatar Alexander.Trofimov

restore build_all

parent d0736383
...@@ -192,5 +192,5 @@ module.exports = function(grunt) { ...@@ -192,5 +192,5 @@ module.exports = function(grunt) {
grunt.registerTask('concat_sdk', ['concat_sdk_init', 'concat', 'clean']); grunt.registerTask('concat_sdk', ['concat_sdk_init', 'concat', 'clean']);
grunt.registerTask('compile_sdk', ['concat_sdk', 'compile_sdk_init:' + level, 'closure-compiler', 'splitfile', 'concat', 'replace', 'clean']); grunt.registerTask('compile_sdk', ['concat_sdk', 'compile_sdk_init:' + level, 'closure-compiler', 'splitfile', 'concat', 'replace', 'clean']);
grunt.registerTask('default', ['build_webpowerpoint']); grunt.registerTask('default', ['build_all']);
}; };
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment