Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
Closure compiler changed and there is a need for the script to be updated.
  • Loading branch information
NeilFraser committed Sep 25, 2018
1 parent ea0e48b commit b3bad98
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 @@ -176,7 +176,7 @@ def write_compressed(name, lang):
'--externs', 'externs/soundJS-externs.js',
'--externs', 'externs/storage-externs.js',
'--externs', 'appengine/third-party/blockly/externs/svg-externs.js',
'--language_in', 'ECMASCRIPT5_STRICT',
'--language_out', 'ECMASCRIPT5_STRICT',
'--entry_point=%s' % name.replace('/', '.').title(),
"--js='appengine/third-party/**.js'",
"--js='!appengine/third-party/blockly/*.js'",
Expand Down

0 comments on commit b3bad98

Please sign in to comment.