- Oct 13, 2016
-
-
Tim Mickel authored
-
Ray Schamp authored
While doing so: - Use ProjectLoader for loading projects - Stop using loadEmptyProject and supply empty project data - Move project loading to App, GUI now receives data (as a string - the vm should receive an object eventually) - Add logging
-
- Oct 12, 2016
-
-
Eric Rosenbaum authored
-
- Sep 28, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
- Sep 27, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
- Sep 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
Update webpack config and vm usage to match updates in scratch-vm
-
- Sep 19, 2016
-
-
Ray Schamp authored
Also make the toolbox actually get used by scratch-blocks, and update the import of scratch-blocks to use the new shimming method.
-
- Sep 15, 2016
-
-
Ray Schamp authored
This way we can have a consistent style for Node and web code.
-
Ray Schamp authored
-
Ray Schamp authored
Add skeleton toolbox component
-
Ray Schamp authored
Thanks to babel-loader and babel-eslint, we can use the same linting everywhere. This makes our imports easier since we don't need to think about the extension. Also export things more succinctly in src/index.js
-
Ray Schamp authored
-