8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58937a commit 0466dbcCopy full SHA for 0466dbc
gulpfile.js
@@ -118,6 +118,8 @@ function genproto_group3_commonjs_strict(cb) {
118
119
120
function getClosureCompilerCommand(exportsFile, outputFile) {
121
+ // Use the default optimization level: SIMPLE_OPTIMIZATIONS:
122
+ // https://developers.google.com/closure/compiler/docs/compilation_levels#simple_optimizations
123
const closureLib = 'node_modules/google-closure-library';
124
return [
125
'node_modules/.bin/google-closure-compiler',
0 commit comments