grunt-contrib-watch
grunt-contrib-watch copied to clipboard
Run tasks whenever watched files change.
When working with **grunt-contrib-watch** and the option `livereload` set to `true` I am getting the following error from time to time: ``` LiveReload protocol error (invalid command 'reload', only valid...
I'm using watch with https://github.com/sindresorhus/grunt-concurrent in a setup that looks sort of like this: ``` concurrent: development: [ "watch:coffee" "watch:jade" ] watch: options: livereload: true jade: [config for jade...] coffee:...
I've tried many options and many alterations of code to get the above to work. Basically I am running a localhost website I'm developing with https but have been using...
I saw a old issue https://github.com/gruntjs/grunt-contrib-watch/issues/255 about this, someone claimed that is used for "some files". But did not specify that further. I checked gaze that is supposed to use...
Versions: - grunt-cli v0.1.13 - grunt v0.4.2 - grunt-contrib-watch: ~0.5.3 When execute grunt watch my mac go to over 81-90mb of memory usage for grunt and my page takes too...
Watch events don't seem to be getting triggered when a directory is deleted.
Need to watch if folder is removed.
I am trying to use [osprey-mock-service](https://github.com/mulesoft-labs/osprey-mock-service) to mock RAML service in my project. When I serve my application with grunt, I use grunt-run to execute the mock service before the...
It doesn't happen every time, but happens 40-50% which is quite annoying. Any idea what is happening??
When interrupt is set to true and a process is spawned (spawn: true) there is a race condition. 1. on interrupt task.complete() is called and sends SIGINT to the spawned...