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

Commit 73534b3

Browse files
committed
chore(closure-compiler): use bower to fetch closure compiler
this replaces the stale NPM dependency
1 parent 0317fd1 commit 73534b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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
}

lib/grunt/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 + ' ' +

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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",

0 commit comments

Comments
 (0)