Adds custom compile management command
This commit is contained in:
parent
0751a56474
commit
b0c0af9617
4 changed files with 35 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue