makenai / robotnik

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

Moved Blockly, jquery, font-awesome into Bower and added Gulp/Browserify #17

Closed lynnaloo closed 9 years ago

lynnaloo commented 9 years ago

This isn't ready to be merged. I'm getting this error in Blockly: Uncaught Error: '180' is not a valid hex color

makenai commented 9 years ago

I've moved blockly to a napa install, which means it will always get the latest version from git. I don't bower much, but I thought it might be nice to have the bower stuff and the one from napa in the same place, so I made bower_components 'vendor'. How do these changes strike you stylistically?

https://github.com/makenai/robotnik/commit/7579be026f4c9ff232b5aac46b236204a6fe951b

lynnaloo commented 9 years ago

Napa might be a good solution to getting Ace out of source control as well.

makenai commented 9 years ago

I'll look into that next, but I also want to look into codemirror again since I've heard it might be a little cleaner.

lynnaloo commented 9 years ago

@makenai OK, I merged your changes and moved vendor down be parallel to js

lynnaloo commented 9 years ago

Resolves #13