This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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 5
5
"lunr.js" : " 0.3.1" ,
6
6
"google-code-prettify" : " 1.0.0" ,
7
7
"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"
9
10
}
10
11
}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ module.exports = {
125
125
shell . exec (
126
126
'java ' +
127
127
this . java32flags ( ) + ' ' +
128
- '-jar node_modules /closure-compiler/lib/vendor /compiler.jar ' +
128
+ '-jar components /closure-compiler/compiler.jar ' +
129
129
'--compilation_level SIMPLE_OPTIMIZATIONS ' +
130
130
'--language_in ECMASCRIPT5_STRICT ' +
131
131
'--js ' + file + ' ' +
Original file line number Diff line number Diff line change 12
12
"grunt-contrib-copy" : " 0.4.1" ,
13
13
"grunt-shell" : " ~0.2.2" ,
14
14
"jasmine-node" : " 1.2.3" ,
15
- "closure-compiler" : " 0.2.0" ,
16
15
"q" : " ~0.9.2" ,
17
16
"q-fs" : " 0.1.36" ,
18
17
"qq" : " 0.3.5" ,
You can’t perform that action at this time.
0 commit comments