diff options
author | Sam Potts <sam@potts.es> | 2020-01-14 22:33:01 +0000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-01-14 22:33:01 +0000 |
commit | 7883792ccc2b9e12834a521b79b02b4a45df4d96 (patch) | |
tree | 81f496d0792bbe71756ffaf8dc3b48fb4214384b | |
parent | def366803021ecf2d80ec7ce555c60cd8edf5700 (diff) | |
download | plyr-7883792ccc2b9e12834a521b79b02b4a45df4d96.tar.lz plyr-7883792ccc2b9e12834a521b79b02b4a45df4d96.tar.xz plyr-7883792ccc2b9e12834a521b79b02b4a45df4d96.zip |
Fix issue with browser sync preview
-rw-r--r-- | gulpfile.js | 1 |
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, }), ); |