mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-13 20:52:31 +00:00
disable browsersync notifications and ghosting
Notifications are pretty much useless and annoying when you are developing something that happens to be on the top right corner of your screen.
This commit is contained in:
@@ -140,6 +140,8 @@ gulp.task('server', function() {
|
||||
return browserSync({
|
||||
open: false,
|
||||
port: 9001,
|
||||
notify: false,
|
||||
ghostMode: false,
|
||||
server: {
|
||||
baseDir: config.destination
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user