Adds custom compile management command

This commit is contained in:
Mouse Reeve
2022-03-04 12:40:06 -08:00
parent 0751a56474
commit b0c0af9617
4 changed files with 35 additions and 7 deletions

2
bw-dev
View File

@ -154,7 +154,7 @@ case "$CMD" in
--config dev-tools/.stylelintrc.js
;;
compilescss)
runweb python manage.py compilescss
runweb python manage.py compilethemes
runweb python manage.py collectstatic --no-input
;;
collectstatic_watch)