It looks like our gulpfile.js is missing the code that actually calls runServer(), and possibly other things. We should compare it again to the django-cookiecutter template, update as needed, and document the commands one needs to run to get static assets building locally.
As a temporary workaround, you can run gulp in a separate shell (but you'll still need to run and access python manage.py runserver manually on port 8000, not port 3000).
A/C:
[ ] Port 3000 does not render the site before this fix
It looks like our
gulpfile.js
is missing the code that actually callsrunServer()
, and possibly other things. We should compare it again to the django-cookiecutter template, update as needed, and document the commands one needs to run to get static assets building locally.As a temporary workaround, you can run
gulp
in a separate shell (but you'll still need to run and accesspython manage.py runserver
manually on port 8000, not port 3000).A/C: