makenai / robotnik

Drag and drop robotics educational library starring Johnny Five and Blockly (crowd goes wild)
52 stars 13 forks source link

Get blockly out of source control #13

Closed lynnaloo closed 9 years ago

lynnaloo commented 9 years ago

We can use the blockly Bower module (or npm if we want to use it server-side) and get that folder out of the static resources.

makenai commented 9 years ago

Great call! I didn't do this initially because I was under a time constraint and didn't want to spend time figuring out any assumptions the module maintainer made. It was pretty dirty, but I just pulled it in.

My preference is to go the npm route to keep the setup simpler, unless we run into a shortcoming that makes bower a better option.

lynnaloo commented 9 years ago

I was just thinking Bower since Blockly is a client-side library, but we could use the npm module go the Browserify/Webpack route as well: https://www.npmjs.com/package/blockly

I love this project and it's pretty full-featured for something you did in a rush!