Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d88dc4a

Browse files
committedJul 8, 2013
chore(grunt): tweak ng-closure-runner setup
1 parent f59b9c6 commit d88dc4a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

Diff for: ‎Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function(grunt) {
2727
parallel: {
2828
travis: {
2929
options: {
30-
stream: true,
30+
stream: true
3131
},
3232
tasks: [
3333
util.parallelTask('test:docs'),

Diff for: ‎lib/grunt/utils.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ module.exports = {
142142
'java ' +
143143
this.java32flags() + ' ' +
144144
'-Xmx2g ' +
145-
'-classpath ./components/closure-compiler/compiler.jar' + classPathSep +
146-
'./components/ng-closure-runner/ngcompiler.jar ' +
145+
'-cp components/closure-compiler/compiler.jar' + classPathSep +
146+
'components/ng-closure-runner/ngcompiler.jar ' +
147+
// '-classpath ./components/closure-compiler/compiler.jar' + classPathSep +
148+
// './components/ng-closure-runner/ngcompiler.jar ' +
147149
'org.angularjs.closurerunner.NgClosureRunner ' +
148150
'--compilation_level SIMPLE_OPTIMIZATIONS ' +
149151
'--language_in ECMASCRIPT5_STRICT ' +

0 commit comments

Comments
 (0)