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

View File

@ -189,10 +189,6 @@ STATICFILES_FINDERS = [
SASS_PROCESSOR_INCLUDE_FILE_PATTERN = r"^.+\.[s]{0,1}(?:a|c)ss$"
SASS_PROCESSOR_INCLUDE_DIRS = [
os.path.join(BASE_DIR, ".css-config-sample"),
]
# minify css is production but not dev
if not DEBUG:
SASS_OUTPUT_STYLE = "compressed"