From 73534b354655db40a42931134c86f019e2f00990 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Jun 2013 22:35:43 -0700 Subject: chore(closure-compiler): use bower to fetch closure compiler this replaces the stale NPM dependency --- lib/grunt/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/grunt/utils.js') diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 1a091198..27765b76 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -125,7 +125,7 @@ module.exports = { shell.exec( 'java ' + this.java32flags() + ' ' + - '-jar node_modules/closure-compiler/lib/vendor/compiler.jar ' + + '-jar components/closure-compiler/compiler.jar ' + '--compilation_level SIMPLE_OPTIMIZATIONS ' + '--language_in ECMASCRIPT5_STRICT ' + '--js ' + file + ' ' + -- cgit v1.2.3