diff --git a/{{cookiecutter.project_slug}}/gulpfile.js b/{{cookiecutter.project_slug}}/gulpfile.js index 440358fd3..3c28a7359 100644 --- a/{{cookiecutter.project_slug}}/gulpfile.js +++ b/{{cookiecutter.project_slug}}/gulpfile.js @@ -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