mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Don't send clicks with browser-sync
This commit is contained in:
parent
a63b133420
commit
103ab67b4d
1 changed files with 1 additions and 1 deletions
2
gulpfile.js
vendored
2
gulpfile.js
vendored
|
@ -216,7 +216,7 @@ gulp.task("watch", () => {
|
||||||
notify: false,
|
notify: false,
|
||||||
|
|
||||||
ghostMode: {
|
ghostMode: {
|
||||||
clicks: true,
|
clicks: false,
|
||||||
forms: true,
|
forms: true,
|
||||||
scroll: false
|
scroll: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue