chore(closure-compiler): use bower to fetch closure compiler

this replaces the stale NPM dependency
This commit is contained in:
Igor Minar
2013-06-06 22:35:43 -07:00
parent 0317fd1651
commit 73534b3546
3 changed files with 3 additions and 3 deletions

View File

@@ -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 + ' ' +