diff options
| author | Pete Bacon Darwin | 2013-07-07 21:33:07 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-08 10:56:25 +0100 |
| commit | d88dc4a64f0cc1e83d0dd85ffffd254e72d23ca9 (patch) | |
| tree | 0670a36672da1485a5fdaf1b983ac53b0b63bd1a /lib/grunt/utils.js | |
| parent | f59b9c6fbdfa134dcf682a5092e8835cc56abb54 (diff) | |
| download | angular.js-d88dc4a64f0cc1e83d0dd85ffffd254e72d23ca9.tar.bz2 | |
chore(grunt): tweak ng-closure-runner setup
Diffstat (limited to 'lib/grunt/utils.js')
| -rw-r--r-- | lib/grunt/utils.js | 6 |
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 ' + |
