Sunday 19 March 2017

How to setup gulp-watch with gulp-connect livereload?

Most questions and answers on this site do not contain an easy-to follow general approach to using these two libraries together.

So, being that we use the gulp-connect npm package, and we want to make use of the gulp-watch npm package, how do we set it up so that we can:

  • watch changes in some files
  • perform some operation, like building / compiling those files
  • live-reload the server once the building is done


via Alpha

No comments:

Post a Comment