hoatle / webapp-template

Web application structure template (layout), starting point for backbone + requirejs + twitter bootstrap application compiled by nodejs and running on any web server or phonegap environment :-)
31 stars 9 forks source link

Make sure nodejs code auto-reload on dev mode #23

Closed hoatle closed 12 years ago

hoatle commented 12 years ago

This is critical for nodejs productivity development. There are couples of solutions out there to pick up a suitable one.

hoatle commented 12 years ago

node-supervisor is good enough https://github.com/isaacs/node-supervisor

Currently, the debug mode option is not supported https://github.com/isaacs/node-supervisor/pull/50