mirror of
https://github.com/google/blockly.git
synced 2026-01-13 03:47:08 +01:00
9 lines
737 B
Plaintext
9 lines
737 B
Plaintext
Executing compile.sh from /Users/aschmiedt/workspace/blockly
|
|
Found npm google-closure-compiler:
|
|
/Users/aschmiedt/workspace/blockly/node_modules/google-closure-compiler-java/compiler.jar
|
|
└── google-closure-compiler@20190618.0.0
|
|
Compiling Blockly...
|
|
java -jar /Users/aschmiedt/workspace/blockly/node_modules/google-closure-compiler-java/compiler.jar --js='./tests/compile/main.js' --js='./temp_core/**.js' --js='./blocks/**.js' --js='./generators/**.js' --js='./msg/js/**.js' --generate_exports --externs ./externs/svg-externs.js --compilation_level ADVANCED_OPTIMIZATIONS --dependency_mode=STRICT --entry_point=Main --js_output_file ./tests/compile/main_compressed.js
|
|
Compiler exit code: 0
|
|
Compilation SUCCESS.
|