From 18cfad26616b0be616818e38885f2257981a063a Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Fri, 18 Dec 2015 18:41:36 -0800 Subject: [PATCH] update to official release of closure compiler/gulp plugin --- gulpfile.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ead6c94..0ca178b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -121,6 +121,7 @@ gulp.task('build-min', () => compilation_level: 'ADVANCED', warning_level: 'VERBOSE', language_in: 'ECMASCRIPT5_STRICT', + language_out: 'ECMASCRIPT5_STRICT', define: [ // NOTE(bckenny): switch to true for assertions throughout code. 'libtess.DEBUG=false' diff --git a/package.json b/package.json index a0ab8e9..ce4a20b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "browserify": "^12.0.1", "chai": "^3.3.0", "glob": "^6.0.1", - "google-closure-compiler": "^20151130.6.0", + "google-closure-compiler": "^20151216.0.0", "gulp": "^3.8.8", "gulp-concat": "^2.4.2", "gulp-coveralls": "^0.1.4",