Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

how to build blocks_compressed.js? #2099

Closed
merryzsp opened this issue Oct 31, 2018 · 1 comment
Closed

how to build blocks_compressed.js? #2099

merryzsp opened this issue Oct 31, 2018 · 1 comment

Comments

@merryzsp
Copy link

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?

@merryzsp merryzsp changed the title how to build xxxcompress.js in my computer? how to build blocks_compressed.js? Nov 1, 2018
@RoboErikG
Copy link
Contributor

Please ask on the forums for help.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants