Closed tarzak closed 9 years ago
Hey @tarzak , it's a good idea to add this into the package. However, my opinion is to separate those into several packages, even removing blocks_compressed.js
from this main package, so the final usage should be like: meteor add blockly:blockly
meteor add blockly:blocks
meteor add blockly:javascript
Maybe we should create a blockly organisation on meteor?
Oh BTW, my hack idea for the Worldwide Meteor Hackathon this weekend is to build meteor apps with blockly, do you wanna be my teammate?
As you say :). I have answered on your email about hackathon, etc.
Hello. Looks like this file contains logic to work with converting from blockly appearance to js code. Without it Blockly object does not have inner JavaScript object that contains workspaceToCode() method for converting.