0 votes
in JavaScript by

Using The Watch Taskin Gulp.js

1 Answer

0 votes
by
Using The Watch Task
Using The Watch Task

gulp-watch keeps watching / monitoring continuously and alerts whenever there is change in the file.

Installation:

$ npm install --save-dev gulp-watch
...