Revert "Very initial pass at reimplementing event table fully responsive"

This reverts commit f5d875d153.
This commit is contained in:
2021-03-02 11:11:18 +00:00
parent 5382d8ae00
commit ac0425740e
2 changed files with 89 additions and 98 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: true,
notify: false,
open: false,
port: 8001,
proxy: 'localhost:8000'