grunt-contrib-watch
grunt-contrib-watch copied to clipboard
Run tasks whenever watched files change.
I'm using grunt-contrib-watch with browserify. The watch continually fires & rebuilds. The file(s) it sees as changing are the source files and not the browserify-generated bundles. The detected files vary,...
I cannot get `spawn: false` to actually work in the current version of `grunt-contrib-watch`. When a watched file changes, the current `watch` task will end, and then a new `watch`...
Since a year has passed without an answer, I create a new issue: I use grunt watch with the following modules to minify the code in my website: - grunt-contrib-uglify...
Hi, Before I updated to v1.0.0, when I save a file that is being watched by grunt, if a task is currently running, grunt watch would automatically run the next...
hi all, I use this example to run my project at link: http://www.fizerkhan.com/blog/posts/Grunt-Live-reloading-with-external-server.html But, i did not understand when i run localhost:9000, it's directive index.html file?
Not completely sure whether this is a grunt-contrib-watch issue or a grunt issue so i'm submitting the issue in [both places](https://github.com/gruntjs/grunt-cli/issues/83), but here's my setup and what's happening: # Setup...
I have a grunt watch task that seems to be working with other devs on my team, and for the most part works for me. HOWEVER it only seems trigger...
I have noticed a wrong behaviour of watch when `nospawn` is `true`. At least, watch doesn't behave the same as when `nospawn` is `false`. The use case I am considering...
I noticed a few closed issues about the root directories being watched, but I am seeing messages about them being "added" and when I change files in the root directory....
Hello, Watch + livereaload works great. However, if I set `spawn:false` although the changes are caught, livereload doesn't fire. Is this a known thing? I'm tempted by the faster response...