Commit e051cf28 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete compiler path

parent b975543b
...@@ -197,9 +197,6 @@ module.exports = function(grunt) { ...@@ -197,9 +197,6 @@ module.exports = function(grunt) {
var map_file_path = packageFile['compile']['sdk']['dst'] + '.map'; var map_file_path = packageFile['compile']['sdk']['dst'] + '.map';
var map_record_file_path = map_file_path + '.tmp'; var map_record_file_path = map_file_path + '.tmp';
var concat_res = {}; var concat_res = {};
var closureHome = (undefined !== process.env['CLOSURE_HOME'])? process.env['CLOSURE_HOME'] : "" ;
var compilerFile = path.join(closureHome, toolsFile['closure_compiler']);
grunt.log.ok('compilerFile = %s'.green, compilerFile);
concat_res[packageFile['compile']['sdk']['dst']] = [ concat_res[packageFile['compile']['sdk']['dst']] = [
packageFile['compile']['sdk']['dst'], packageFile['compile']['sdk']['dst'],
packageFile['compile']['defines']['dst'], packageFile['compile']['defines']['dst'],
......
{ {
"closure_compiler": "compiler.jar",
"menu_path": "../../../menu/sdk" "menu_path": "../../../menu/sdk"
} }
\ 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