Skip to content

Commit

Permalink
Add comment about default optimization level
Browse files Browse the repository at this point in the history
  • Loading branch information
dibenede committed Oct 10, 2022
1 parent c58937a commit 0466dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ function genproto_group3_commonjs_strict(cb) {


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

0 comments on commit 0466dbc

Please sign in to comment.