diff options
| author | Igor Minar | 2013-06-06 22:35:43 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-06-06 23:10:09 -0700 | 
| commit | 73534b354655db40a42931134c86f019e2f00990 (patch) | |
| tree | 4f494db853ed8579634261cf5d8e8655e0563698 /lib/grunt/utils.js | |
| parent | 0317fd1651536cd0d7a0a5850c31db1ddaa87c0e (diff) | |
| download | angular.js-73534b354655db40a42931134c86f019e2f00990.tar.bz2 | |
chore(closure-compiler): use bower to fetch closure compiler
this replaces the stale NPM dependency
Diffstat (limited to 'lib/grunt/utils.js')
| -rw-r--r-- | lib/grunt/utils.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 1a091198..27765b76 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -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 + ' ' + | 
