Is it possible to run Gulp script with forever?
I have Gulp script that would like to run as a daemon, so I could start / stop / list it.
if you install gulp in your node project, you can do like this:
gulp
forever start node_modules/gulp/bin/gulp.js [YOUR GULP TASK]