aboutsummaryrefslogtreecommitdiffstats
path: root/lib/grunt
diff options
context:
space:
mode:
authorMatias Niemelä2013-06-04 16:44:40 -0400
committerMisko Hevery2013-06-06 22:14:55 -0700
commit079bf5f27566b446c11678c0cd03bb8dacfe83fc (patch)
treecfc2086eb4f96a021048ad4885e9263587f8c5f1 /lib/grunt
parent4949586a76e0dd2baf47f519219011bd36dc52fa (diff)
downloadangular.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.js2
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 + ' ' +