You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use this script build the local_blockly_compressed.js:
java -jar closure-compiler.jar ^
--js='..\core*.js' ^
--js='....\closure-library\closure\goog*.js' ^
--js='....\closure-library\third_party\closure\goog**.js' ^
--generate_exports ^
--warning_level='DEFAULT' ^
--compilation_level SIMPLE_OPTIMIZATIONS ^
--dependency_mode=STRICT ^
--entry_point=Blockly ^
--js_output_file local_blockly_compressed.js
but i don't know how to rebuild the
..\blocks*.js to local_blocks_compressed.js
..\generators*.js to local_generators_xxx_compressed.js
..\msg\js**.js to xxx_compressed.js
is there someone can help me?
The text was updated successfully, but these errors were encountered:
merryzsp
changed the title
how to build xxxcompress.js in my computer?
how to build blocks_compressed.js?
Nov 1, 2018
i use this script build the local_blockly_compressed.js:
java -jar closure-compiler.jar ^
--js='..\core*.js' ^
--js='....\closure-library\closure\goog*.js' ^
--js='....\closure-library\third_party\closure\goog**.js' ^
--generate_exports ^
--warning_level='DEFAULT' ^
--compilation_level SIMPLE_OPTIMIZATIONS ^
--dependency_mode=STRICT ^
--entry_point=Blockly ^
--js_output_file local_blockly_compressed.js
but i don't know how to rebuild the
..\blocks*.js to local_blocks_compressed.js
..\generators*.js to local_generators_xxx_compressed.js
..\msg\js**.js to xxx_compressed.js
is there someone can help me?
The text was updated successfully, but these errors were encountered: