webxl / grunt-reload

A grunt task and reverse proxy that enables live reloading of updated files in the browser.
MIT License
132 stars 19 forks source link

[Grunt 0.4] grunt-reload task(0.4.0rc4) works only twice during server lifetime. #28

Open avovsya opened 11 years ago

avovsya commented 11 years ago

After refreshing page twice, nothing will be happen, until the server will be restarted. Error messages does not occur

avovsya commented 11 years ago

Found very simple solution: use grunt-regarde instead of grunt-contrib-watch

webxl commented 11 years ago

Thanks for that pointer. I like how @sleeper is doing the events. I'll see if I can incorporate this into the reload task.