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.