Added code for pushing notification to the client
parent
4014e7d12f
commit
4d5b4dd4c5
|
@ -34,6 +34,6 @@ gulp.task('watch', ['inject'], function () {
|
|||
});
|
||||
|
||||
gulp.watch(path.join(conf.paths.src, '/app/**/*.html'), function(event) {
|
||||
browserSync.reload(event.path);
|
||||
browserSync.notify("reload:ng:views");//Push notification to clien with browserSync
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue