Skip to content

Commit

Permalink
Speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilFraser committed Sep 16, 2022
1 parent 13ee783 commit eac46ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ offline: clean-offline
mv offline/soundjs.min.js offline/blockly-games/third-party/SoundJS/

mv offline/blockly-games/third-party/blockly/media/ offline/
rm -f offline/media/{pilcrow.png,sprites.svg}
rm -rf offline/blockly-games/third-party/blockly/*
mv offline/media/ offline/blockly-games/third-party/blockly/

Expand Down
3 changes: 2 additions & 1 deletion build/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ def generate_compressed(gameName):
#'--language_in', 'STABLE',
'--language_out', 'ECMASCRIPT5',
'--entry_point=appengine/%s/src/main' % gameName,
"--js='appengine/third-party/**.js'",
"--js='appengine/third-party/base.js'",
"--js='appengine/third-party/blockly/**.js'",
"--js='appengine/src/*.js'",
'--warning_level', 'QUIET',
]
Expand Down

0 comments on commit eac46ef

Please sign in to comment.