google / blockly-devtools

Tools for Blockly app developers to help build custom blocks.
http://developer.google.com/blockly
Apache License 2.0
60 stars 31 forks source link

Export .js files with Web App Demo #281

Open AnmAtAnm opened 6 years ago

AnmAtAnm commented 6 years ago

Currently, the web app export feature embeds the JavaScript scripts in a singular HTML file. This is not the prefered structure we want to encourage with our users. Replace this embedded JavaScript with the standard .js save files.