mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 21:05:43 +08:00
chore(closure-compiler): use bower to fetch closure compiler
this replaces the stale NPM dependency
This commit is contained in:
@@ -125,7 +125,7 @@ module.exports = {
|
||||
shell.exec(
|
||||
'java ' +
|
||||
this.java32flags() + ' ' +
|
||||
'-jar node_modules/closure-compiler/lib/vendor/compiler.jar ' +
|
||||
'-jar components/closure-compiler/compiler.jar ' +
|
||||
'--compilation_level SIMPLE_OPTIMIZATIONS ' +
|
||||
'--language_in ECMASCRIPT5_STRICT ' +
|
||||
'--js ' + file + ' ' +
|
||||
|
||||
Reference in New Issue
Block a user