I have an app is in iis, it is an app made in angularjs and webapi C # 2.0, I would like to create a task that updates the browser as soon as I save any js file.
Version of gulp: 3.9.1
gulp.task('livereload', function () {
gulp.watch(config.files.js);
});
gulp-livereload
Simple to setup:
Browsersync
The new cool kid, most have already moved to it.
For a manual reload:
Why Browsersync is better?