ChrisWren / grunt-nodemon

Grunt task to run nodemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update .nodemonignore

darvelo opened this issue · comments

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. :)

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

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.