Is there any way to have both of this packages running together?
So basically I want to have best from both worlds. Running server automatically (and restarting when
If you need to pass arguments:
forever start -c "nodemon --harmony" app.js --exitcrash
I prefer a combo of what Toxa and Jubair suggest.
forever start -c nodemon app.coffee --exitcrash