ChrisWren / grunt-nodemon

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

ignoredFiles and cwd don't work together #17

Closed behrang closed 11 years ago

behrang commented 11 years ago

Setting cwd to another directory other that root starts nodemon in that directory, but .nodemonignore is still generated in the root directory, hence with this configuration, .nodemonignore is not read.

I think .nodemonignore should be generated in the cwd directory.

ChrisWren commented 11 years ago

Good point! I am working on this right now.

ChrisWren commented 11 years ago

Should have a new version with this tomorrow, I will close once the new version is on npm.

behrang commented 11 years ago

Thanks for the awesome support!

behrang commented 11 years ago

It's working. Thanks.