ChrisWren / grunt-nodemon

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

node mode infinite loop #63

Open thedug opened 9 years ago

thedug commented 9 years ago

When running grunt-nodemon I'm getting an infinite loop.

I saw that it may be an issue with the current version of nodemon.

They said the new version can be tested using

    npm install -D nodemon@dev 

Any tips on

1) pegging grunt-nodemon to an older version of nodemon 2) testing the new version of nodemon with grunt-nodemon .