File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module.exports = function(grunt) {
27
27
parallel : {
28
28
travis : {
29
29
options : {
30
- stream : true ,
30
+ stream : true
31
31
} ,
32
32
tasks : [
33
33
util . parallelTask ( 'test:docs' ) ,
Original file line number Diff line number Diff line change @@ -142,8 +142,10 @@ module.exports = {
142
142
'java ' +
143
143
this . java32flags ( ) + ' ' +
144
144
'-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 ' +
147
149
'org.angularjs.closurerunner.NgClosureRunner ' +
148
150
'--compilation_level SIMPLE_OPTIMIZATIONS ' +
149
151
'--language_in ECMASCRIPT5_STRICT ' +
You can’t perform that action at this time.
0 commit comments