File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 "lunr.js" : " 0.3.1" ,
66 "google-code-prettify" : " 1.0.0" ,
77 "components-font-awesome" : " 3.1.0" ,
8- "bootstrap" : " https://raw.github.com/twitter/bootstrap/v2.0.2/docs/assets/bootstrap.zip"
8+ "bootstrap" : " https://raw.github.com/twitter/bootstrap/v2.0.2/docs/assets/bootstrap.zip" ,
9+ "closure-compiler" : " https://closure-compiler.googlecode.com/files/compiler-20110615.zip"
910 }
1011}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ module.exports = {
125125 shell . exec (
126126 'java ' +
127127 this . java32flags ( ) + ' ' +
128- '-jar node_modules /closure-compiler/lib/vendor /compiler.jar ' +
128+ '-jar components /closure-compiler/compiler.jar ' +
129129 '--compilation_level SIMPLE_OPTIMIZATIONS ' +
130130 '--language_in ECMASCRIPT5_STRICT ' +
131131 '--js ' + file + ' ' +
Original file line number Diff line number Diff line change 1212 "grunt-contrib-copy" : " 0.4.1" ,
1313 "grunt-shell" : " ~0.2.2" ,
1414 "jasmine-node" : " 1.2.3" ,
15- "closure-compiler" : " 0.2.0" ,
1615 "q" : " ~0.9.2" ,
1716 "q-fs" : " 0.1.36" ,
1817 "qq" : " 0.3.5" ,
You can’t perform that action at this time.
0 commit comments