code-dot-org / blockly

Blockly (Code Studio fork)
https://code-dot-org.github.io/blockly/tests/playground.html
Apache License 2.0
60 stars 26 forks source link

Use closure-compiler-js #94

Open Hamms opened 6 years ago

Hamms commented 6 years ago

https://github.com/google/closure-compiler-js is a version of Google closure compiler that runs in pure JS, with no Java requirement at all.

joshlory commented 6 years ago

Update Blockly build to use JS closure compiler, or webpack 4

joshlory commented 5 years ago

@Hamms we didn't end up switching to the non-Java version of Closure Compiler, but I think this PR covers a lot of the build improvements: https://github.com/code-dot-org/blockly/pull/135.

Hamms commented 5 years ago

We do still require Java install to run the build, though, right?

My main motivation for switching to closure-compiler-js was just to eliminate that system dependency.