diff options
Diffstat (limited to 'lib/grunt/utils.js')
| -rw-r--r-- | lib/grunt/utils.js | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 97beb71b..81ba063a 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -146,10 +146,8 @@ module.exports = {          'java ' +              this.java32flags() + ' ' +              '-Xmx2g ' + -            '-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 ' + +            '-cp bower_components/closure-compiler/compiler.jar' + classPathSep + +            'bower_components/ng-closure-runner/ngcompiler.jar ' +              'org.angularjs.closurerunner.NgClosureRunner ' +              '--compilation_level SIMPLE_OPTIMIZATIONS ' +              '--language_in ECMASCRIPT5_STRICT ' + | 
