grunt-nodemon icon indicating copy to clipboard operation
grunt-nodemon copied to clipboard

node mode infinite loop

Open thedug opened this issue 9 years ago • 0 comments

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 .

thedug avatar Sep 05 '15 19:09 thedug