choko icon indicating copy to clipboard operation
choko copied to clipboard

Make choko use nodemon to start the app

Open sebas5384 opened this issue 10 years ago • 1 comments

Some parameter like:

choko --watch ./apps

sebas5384 avatar May 16 '14 23:05 sebas5384

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

recidive avatar May 17 '14 17:05 recidive