Closed wzup closed 10 years ago
So, I found how to start this grunt-nodemon
task however it doesn't work, it doesn't reload a server on file save.
Sorry for the late response. I assume the reader of the README has read the Getting Started guide. Start there before trying to set this task up.
It is not clear how to use grunt-nodemon. The docs says:
But where to write it? In which file? In
package.json
? I wrote it inpackage.json
but it doesn't work. And you do not explain what exactly you mean.Please, explain this. And also how to call the task.
npm nodemon
?nodemon grunt-nodemon
?npm script.js grunt-nodemon
? How?