Open kthomas80 opened 8 years ago
When I run gulp-live-server and I issue:
gulp.watch(['client/**/*.css','client/**/*.js', 'client/**/*.html'], function (file) { server.notify.apply(server, [file]); });
My CPU spikes to almost 100% when the browser reloads.
When I run gulp-live-server and I issue:
gulp.watch(['client/**/*.css','client/**/*.js', 'client/**/*.html'], function (file) { server.notify.apply(server, [file]); });
My CPU spikes to almost 100% when the browser reloads.