aboutsummaryrefslogtreecommitdiffstats
path: root/lib/grunt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/grunt')
-rw-r--r--lib/grunt/utils.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js
index 9d42ce3b..ef9ae96d 100644
--- a/lib/grunt/utils.js
+++ b/lib/grunt/utils.js
@@ -142,8 +142,10 @@ module.exports = {
'java ' +
this.java32flags() + ' ' +
'-Xmx2g ' +
- '-classpath ./components/closure-compiler/compiler.jar' + classPathSep +
- './components/ng-closure-runner/ngcompiler.jar ' +
+ '-cp components/closure-compiler/compiler.jar' + classPathSep +
+ 'components/ng-closure-runner/ngcompiler.jar ' +
+ // '-classpath ./components/closure-compiler/compiler.jar' + classPathSep +
+ // './components/ng-closure-runner/ngcompiler.jar ' +
'org.angularjs.closurerunner.NgClosureRunner ' +
'--compilation_level SIMPLE_OPTIMIZATIONS ' +
'--language_in ECMASCRIPT5_STRICT ' +