Very initial pass at reimplementing event table fully responsive

This commit is contained in:
2021-02-24 22:20:29 +00:00
parent f88f418503
commit f5d875d153
2 changed files with 98 additions and 89 deletions

View File

@@ -80,7 +80,7 @@ function browserSync(done) {
spawn('python', ['manage.py', 'runserver'], {stdio: 'inherit'});
// TODO Wait for Django server to come up before browsersync, it seems inconsistent
browsersync.init({
notify: false,
notify: true,
open: false,
port: 8001,
proxy: 'localhost:8000'