diff --git a/gulpfile.js b/gulpfile.js index bc7c33d..5e4c791 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -140,6 +140,8 @@ gulp.task('server', function() { return browserSync({ open: false, port: 9001, + notify: false, + ghostMode: false, server: { baseDir: config.destination }