ChrisWren / grunt-nodemon

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

Update .nodemonignore #4

Closed darvelo closed 11 years ago

darvelo commented 11 years ago

It would be cool if grunt-nodemon could delete and remake .nodemonignore when it's run. Right now it looks like .nodemonignore is created once and not updated when the Gruntfile settings change, and it's not totally obvious that's what's happening.

Still, grunt-nodemon is an awesome tool. Thanks for creating it! :D Before I was using shell script hacks for this. :)

ChrisWren commented 11 years ago

I just tested it and my .nodemonignore is updating properly. Are you sure you configured the ignoredFiles correctly?

darvelo commented 11 years ago

Yep. It was just that I thought commenting out the ignoredFiles block would clear out the .nodemonignore file. If you'd like to merge the change, I think it would make a nice default.