aboutsummaryrefslogtreecommitdiffstats
path: root/lib/grunt
diff options
context:
space:
mode:
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 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 + ' ' +