ChrisWren / grunt-nodemon

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

Prevent nodemon from executing on first run #56

Closed foxx closed 9 years ago

foxx commented 9 years ago

Currently nodemon will execute the -x commands when it is first ran. This is undesirable in some cases, and I'd like to propose a new flag to prevent this, perhaps --no-first-run. Thoughts?

ChrisWren commented 9 years ago

What does that flag do? Didn't see it in nodemon docs after a search. Feel free to make a PR.

foxx commented 9 years ago

Sorry, this is so embarrassing, I raised this issue on the wrong repo!!