Commit 6806667a authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete tmp file

parent 45b69d47
......@@ -96,7 +96,7 @@ module.exports = function(grunt) {
grunt.file.mkdir( packageFile['compile']['sdk']['log'] );
var map_file_path = packageFile['compile']['sdk']['dst'] + '.map';
var map_record_file_path = map_file_path + '.tmp';
var tmp_sdk_path = packageFile['compile']['sdk']['dst'] + '.tmp';
var tmp_sdk_path = 'sdk-js.tmp';
var concat_src = [
packageFile['compile']['sdk']['dst'],
packageFile['compile']['defines']['dst'],
......@@ -195,5 +195,5 @@ module.exports = function(grunt) {
grunt.registerTask('compile_sdk', ['compile_sdk_init:' + level, 'closure-compiler', 'concat', 'replace', 'clean']);
grunt.registerTask('compile_sdk_native', ['compile_sdk_init:' + level, 'closure-compiler:sdk', 'concat', 'replace', 'clean']);
grunt.registerTask('default', ['build_all']);
grunt.registerTask('default', ['build_webpowerpoint']);
};
\ 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