Skip to content

Commit

Permalink
Update closure compiler API
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilFraser committed Jan 6, 2020
1 parent 733ad77 commit d193156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-app.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def run(self):
'-jar', 'third-party-downloads/closure-compiler.jar',
'--generate_exports',
'--compilation_level', 'ADVANCED_OPTIMIZATIONS',
'--dependency_mode=STRICT',
'--dependency_mode=PRUNE',
'--externs', 'externs/gviz-externs.js',
'--externs', 'externs/interpreter-externs.js',
'--externs', 'externs/prettify-externs.js',
Expand Down

0 comments on commit d193156

Please sign in to comment.