Fix syntax error in Gulpfile

This commit is contained in:
Bruno Alla 2019-03-22 15:56:07 +00:00
parent b6ad5715ec
commit f9de1e56da

View File

@ -139,7 +139,7 @@ function initBrowserSync() {
proxyReq.setHeader('Host', req.headers.host)
}
]
}
},
// https://www.browsersync.io/docs/options/#option-open
// Disable as it doesn't work from inside a container
open: false