diff --git a/gulpfile.js b/gulpfile.js index 5ea0647..72890ae 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -186,7 +186,13 @@ gulp.task("js-dashboard-watch", [ "js-dashboard" ], watchReload); gulp.task("watch", function() { browserSync.init({ logLevel: "silent", - baseDir: "./public" + baseDir: "./public", + + ghostMode: { + clicks: true, + forms: true, + scroll: false + } }); gulp.watch(jsPublic, [ "js-public-watch" ]);