mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-10 15:04:52 +03:00
Fix syntax error in Gulpfile
This commit is contained in:
parent
b6ad5715ec
commit
f9de1e56da
|
@ -139,7 +139,7 @@ function initBrowserSync() {
|
||||||
proxyReq.setHeader('Host', req.headers.host)
|
proxyReq.setHeader('Host', req.headers.host)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
// https://www.browsersync.io/docs/options/#option-open
|
// https://www.browsersync.io/docs/options/#option-open
|
||||||
// Disable as it doesn't work from inside a container
|
// Disable as it doesn't work from inside a container
|
||||||
open: false
|
open: false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user