choko
choko copied to clipboard
Make choko use nodemon to start the app
Some parameter like:
choko --watch ./apps
Sounds good, I wonder if we should do that if running in dev mode, and run with forever if in production. I already use forever on demo.choko.org.
We should check how easy it's for doing that by depending on nodemon, maybe a devDependency would suffice. I've seen folks using grunt with nodemon, so we should consider looking at that too.
https://github.com/nodejitsu/forever