From 079bf5f27566b446c11678c0cd03bb8dacfe83fc Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Tue, 4 Jun 2013 16:44:40 -0400 Subject: chore(ngdocs): replace google closure library with a NPM module --- lib/grunt/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/grunt') diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 0ba03da2..1a091198 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -125,7 +125,7 @@ module.exports = { shell.exec( 'java ' + this.java32flags() + ' ' + - '-jar lib/closure-compiler/compiler.jar ' + + '-jar node_modules/closure-compiler/lib/vendor/compiler.jar ' + '--compilation_level SIMPLE_OPTIMIZATIONS ' + '--language_in ECMASCRIPT5_STRICT ' + '--js ' + file + ' ' + -- cgit v1.2.3