Skip to content

Commit

Permalink
update to official release of closure compiler/gulp plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Dec 19, 2015
1 parent febbc25 commit 18cfad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18cfad2

Please sign in to comment.