David Mignot
David Mignot
That's really awesome, glad to have asked for the files :)
Thanks. The installation setup is only required to develop the project. It automatically compiles coffeescript files to javascript, sass files to css and so on. I should make that clearer....
Cool, that sounds really interesting. Since I'm doing threenodes.js on my freetime you can include me in the 'package'. I'm not sure about what the package really means, but a...
Hi, Thanks for writing the very first issue. I've searched for similar js projects but didn't found exactly what draggable-number is about. This is much smaller compared to dat.gui since...
Hi, I hope I understand your question. If I'm right you are trying to require a "soap" dependency wich has been installed from npm. If that's the case, the browser...
Hmm, it's hard to tell what the problem is. I would like to help you more but it will be impossible this week. It's definitely not an issue with the...
Hmm, I think I've found what was wrong. The 'attach' property of the 'use' plugin looks for an object in the window object. So previously it looked for window.rest and...
The window.restler object comes from the module itself if I'm right (libs/lib-restler). The browser doesn't know about nodejs and don't have access to these files. A possibility would be to...
That's a great list, with some possible hard tasks. I've started to work on some "player mode". It's only working for examples right now but a little switch button is...
Hmm, I could remove that. It automatically reloads the css in the browser when it changes. It was really helpful at the beginning, when there was no save/load and I...