Top "Gulp-watch" questions

A gulp plugin that listens for file changes and emits changed files into the stream.

How can Gulp be restarted upon each Gulpfile change?

I am developing a Gulpfile. Can it be made to restart as soon as it changes? I am developing it …

javascript node.js workflow gulp gulp-watch
Gulp TypeError: Arguments to path.join must be strings

I have i problem with gulp-ruby-sass. When i try to run the watch task and change some .sass files it …

sass gulp gulp-watch
Proxy URL not working with BrowserSync Gulp task

Can someone tell me why my proxy URL isn't working with BrowserSync and Gulp? Instead, it just keeps using http://…

gulp gulp-watch browser-sync
Get Gulp watch to perform function only on changed file

I am new to Gulp and have the following Gulpfile var gulp = require('gulp'); var jshint = require('gulp-jshint'); var concat = …

javascript gulp gulp-watch
Gulp Watch only run once

I'm using this Gulp Watch sample: https://github.com/floatdrop/gulp-watch/blob/master/docs/readme.md#starting-tasks-on-events. var gulp = require(…

gulp gulp-watch
Why don't newly added files trigger my gulp-watch task?

I have a gulp task which uses gulp-imagemin to compress images. When I add new files to this directory I'd …

gulp gulp-imagemin imagemin gulp-watch
gulp doesn't exit after running tasks

When running gulp on server it doesn't exit after finishing tasks. This is what I get: [01:16:02] Using gulpfile /test/test/…

gulp gulp-watch
Gulp watch...isn't watching?

I am setting up my gulp.js file and everything is working fine except for gulp.watch. When I run "…

gulp gulp-watch
gulp command giving errors of modules can not find

I am trying to set up the basic aurelia app on windows. I have followed instructions from: http://aurelia.io/…

node.js npm gulp-watch aurelia
Live reload for electron application

I want to use a combination of VScode + Gulp + Electron to build an application. A nice feature of the development …

gulp gulp-watch electron