You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't something that core Django does, but there are a number of packages that do it. It has been a couple years since I've explored the options. I used to use django-compressor, and looking over the field quickly, that might still be what I'd choose today (it does more than compressing, but precompiling too).
Looks like
settings.py
has a setting for a static directory. I wonder if it can execute a command likenpm run build
at startup to compile it?The text was updated successfully, but these errors were encountered: