diff options
| author | Matias Niemelä | 2013-06-04 16:44:40 -0400 | 
|---|---|---|
| committer | Misko Hevery | 2013-06-06 22:14:55 -0700 | 
| commit | 079bf5f27566b446c11678c0cd03bb8dacfe83fc (patch) | |
| tree | cfc2086eb4f96a021048ad4885e9263587f8c5f1 /lib/grunt | |
| parent | 4949586a76e0dd2baf47f519219011bd36dc52fa (diff) | |
| download | angular.js-079bf5f27566b446c11678c0cd03bb8dacfe83fc.tar.bz2 | |
chore(ngdocs): replace google closure library with a NPM module
Diffstat (limited to 'lib/grunt')
| -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 0ba03da2..1a091198 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -125,7 +125,7 @@ module.exports = {      shell.exec(          'java ' +              this.java32flags() + ' ' + -            '-jar lib/closure-compiler/compiler.jar ' + +            '-jar node_modules/closure-compiler/lib/vendor/compiler.jar ' +              '--compilation_level SIMPLE_OPTIMIZATIONS ' +              '--language_in ECMASCRIPT5_STRICT ' +              '--js ' + file + ' ' + | 
