forked from 00dani/lemoncurry
Whoops, use a path relative to the project dir to load the theme module into Stylus
This commit is contained in:
parent
1d079abd19
commit
8dd5fc0f50
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ STATICFILES_FINDERS = (
|
|||
)
|
||||
|
||||
COMPRESS_PRECOMPILERS = (
|
||||
('text/stylus', 'npx stylus -u ./static/lemoncurry/css/theme'),
|
||||
('text/stylus', 'npx stylus -u ./lemoncurry/static/lemoncurry/css/theme'),
|
||||
)
|
||||
|
||||
MEDIA_URL = STATIC_URL + 'media/'
|
||||
|
|
Loading…
Reference in a new issue