Fix issue with browser sync preview

This commit is contained in:
Sam Potts 2020-01-14 22:33:01 +00:00
parent def3668030
commit 7883792ccc

View File

@ -259,6 +259,7 @@ gulp.task('serve', () =>
},
notify: false,
watch: true,
ghostMode: false,
}),
);