ColemanGariety / gulp-nodemon

gulp + nodemon + convenience
526 stars 76 forks source link

What does this do? #53

Closed callumacrae closed 9 years ago

callumacrae commented 9 years ago

I just don't get it. What does gulp-nodemon do that nodemon doesn't do itself?

https://github.com/remy/nodemon/blob/master/doc/requireable.md

ColemanGariety commented 9 years ago

From the readme: "A gulp-friendly nodemon wrapper that restarts your app as you develop, and keeps your build system contained to one process."

If you were simply to include nodemon directly and call .on() you'd end up with a process for gulp tasks and a process for nodemon tasks which gets eww really fast.