stackgl / webgl-workshop

:mortar_board: The sequel to shader-school: Learn the WebGL API
Other
1.49k stars 122 forks source link

Move mesh data into npm packages #51

Open hughsk opened 10 years ago

hughsk commented 10 years ago

@mikolalysenko the JSON mesh data is bringing the unpacked project size over 100MB. As a result, npm publish takes me half an hour which makes debugging/triaging issues really hard :( Would you be able to move these into their own packages? Thanks!

mikolalysenko commented 10 years ago

Actually, this could be a good test case for the 3p codec.

hughsk commented 10 years ago

Oh yeah, definitely! :)