Skip to content

how to build blocks_compressed.js? #2099

@merryzsp

Description

@merryzsp

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions