Top "Grunt-contrib-watch" questions

It is a plugin for gruntjs.

How to run two grunt watch tasks simultaneously

Is it possible to run two watch tasks simultaneously? I understand that I can have any number of tasks I …

gruntjs grunt-contrib-watch
grunt throw "Recursive process.nextTick detected"

I'm running Lion 10.9.2 with nodejs v0.10.26 I want to setup an automated compilation on sass files and a live reload …

node.js gruntjs grunt-contrib-watch
Troubles with NPM and node-gyp in Windows

I have some troubles with npm packages on my Windows workstation... I have a set of NPM dependencies in my …

node.js gruntjs npm grunt-contrib-watch
Grunt watch warning: EPERM, operation not permitted

I have a very annoying problem with gruntjs and grunt-contrib-watch plugin. After some time, I can not define, it may …

gruntjs grunt-contrib-watch
Grunt.js, Warning: Unable to write "src" file (Error code: EISDIR)

I have an Gruntfile written in CoffeeScript and I keep getting an (Error code: EISDIR) when the cssmin task is …

coffeescript gruntjs grunt-contrib-watch
Grunt message: Fatal error: Port 35729 is already in use by another process

Grunt was working. But after moving my site's files up one directory, to sit at root, grunt stopped working: Fatal …

node.js grunt-contrib-watch
grunt watch & connect

I am kinda new to grunt and want to use it with Jekyll and some LESS-compiling. My problem now is, …

javascript gruntjs jekyll grunt-contrib-watch
How to ignore one file in a grunt-watch task?

'use strict'; module.exports = function(grunt) { // Project Configuration grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), watch: { jade: { files: ['app/…

gruntjs grunt-contrib-watch
Error: Cannot find module 'connect-livereload'

I was following the steps provided as on the web http://yeoman.io/. After doing with all the steps, i …

grunt-contrib-watch
Why isn't grunt-contrib-watch livereload working?

I'm struggling to get Grunt's "live reload" ability (as implemented in grunt-contrib-watch) to work in my app. I finally bit …

gruntjs livereload grunt-contrib-watch