mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Stop browsersync automatically opening
Annoying focus stealing be gone
This commit is contained in:
@@ -64,6 +64,8 @@ function browserSync(done) {
|
|||||||
spawn('python', ['manage.py', 'runserver'], {stdio: 'inherit'});
|
spawn('python', ['manage.py', 'runserver'], {stdio: 'inherit'});
|
||||||
// TODO Wait for Django server to come up before browsersync, it seems inconsistent
|
// TODO Wait for Django server to come up before browsersync, it seems inconsistent
|
||||||
browsersync.init({
|
browsersync.init({
|
||||||
|
notify: false,
|
||||||
|
open: false,
|
||||||
port: 8001,
|
port: 8001,
|
||||||
proxy: 'localhost:8000'
|
proxy: 'localhost:8000'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user