ChrisWren / grunt-nodemon

Grunt task to run nodemon
MIT License
345 stars 37 forks source link

Adding support for the --legacy-watch flag. #20

Closed erunion closed 11 years ago

erunion commented 11 years ago

An environment I'm working in with nodemon has troubles detecting file changes, but using the --legacy-watch flag works just fine. Noticed that grunt-nodemon didn't support it, so now it does.

ChrisWren commented 11 years ago

Thanks for this, I will have a look once I am home from work in about 10 hours.

ChrisWren commented 11 years ago

Thanks for cleaning up that trailing whitespace too, my Sublime Text markdown editor doesn't pick it up :frowning:

erunion commented 11 years ago

Rad, thanks man. :thumbsup: