caktus / etlman

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Test/document `gulp` usage in non-Docker dev #121

Closed tobiasmcnulty closed 2 years ago

tobiasmcnulty commented 2 years ago

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:

ronardcaktus commented 2 years ago

Moving this to the backlog because I am running the application in docker and therefore can't access port 3000.

tobiasmcnulty commented 2 years ago

Obsolete since we are moving to webpack. /CC @janelle-caktus