aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-01-14 22:33:01 +0000
committerSam Potts <sam@potts.es>2020-01-14 22:33:01 +0000
commit7883792ccc2b9e12834a521b79b02b4a45df4d96 (patch)
tree81f496d0792bbe71756ffaf8dc3b48fb4214384b
parentdef366803021ecf2d80ec7ce555c60cd8edf5700 (diff)
downloadplyr-7883792ccc2b9e12834a521b79b02b4a45df4d96.tar.lz
plyr-7883792ccc2b9e12834a521b79b02b4a45df4d96.tar.xz
plyr-7883792ccc2b9e12834a521b79b02b4a45df4d96.zip
Fix issue with browser sync preview
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index ec9f1fc5..9ff654b7 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -259,6 +259,7 @@ gulp.task('serve', () =>
},
notify: false,
watch: true,
+ ghostMode: false,
}),
);