gimm / gulp-live-server

serve your nodejs/static app live
148 stars 71 forks source link

CPU usage #59

Open kthomas80 opened 8 years ago

kthomas80 commented 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.