Skip to content

Commit 0466dbc

Browse files
committed
Add comment about default optimization level
1 parent c58937a commit 0466dbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gulpfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ function genproto_group3_commonjs_strict(cb) {
118118

119119

120120
function getClosureCompilerCommand(exportsFile, outputFile) {
121+
// Use the default optimization level: SIMPLE_OPTIMIZATIONS:
122+
// https://developers.google.com/closure/compiler/docs/compilation_levels#simple_optimizations
121123
const closureLib = 'node_modules/google-closure-library';
122124
return [
123125
'node_modules/.bin/google-closure-compiler',

0 commit comments

Comments
 (0)