diff options
Diffstat (limited to 'gulpfile.js')
-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, }), ); |