Skip to content

Commit 85976d4

Browse files
committed
Disable browserSync ghostMode
1 parent e33023d commit 85976d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ gulp.task('browser-sync', function () {
1616
server: {
1717
baseDir: './'
1818
},
19-
port: 3000
19+
port: 3000,
20+
ghostMode: false
2021
});
2122
});
2223

0 commit comments

Comments
 (0)