adrianliaw / meteor-blockly

Google Blockly In Meteor
4 stars 1 forks source link

add javascript_compressed.js to additional files #2

Closed tarzak closed 9 years ago

tarzak commented 9 years ago

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.

adrianliaw commented 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?

tarzak commented 9 years ago

As you say :). I have answered on your email about hackathon, etc.