idflood / ThreeNodes.js

vvvv "clone" in javascript/webgl
http://idflood.github.com/ThreeNodes.js/
Other
2.18k stars 316 forks source link

Use to include html files to run right away #22

Open ChanceTheMaker opened 11 years ago

ChanceTheMaker commented 11 years ago

Hey,

it's been awhile since I took a look. I pulled down and was trying to run the latest version, but noticed that you removed the index.html file from the public folder that let you test it without compiling the whole thing with node.js. Do you think you could add that bit back? It made it so easy to test and play with.

Thanks, Chance

idflood commented 11 years ago

Hi,

I've added the build folder to the .gitignore. I will try to add it back when possible. It's a good idea, and looking at other projects it's apparently a common practice.