Whoops, use a path relative to the project dir to load the theme module into Stylus

This commit is contained in:
Danielle McLean 2018-04-26 10:32:01 +10:00
parent 1d079abd19
commit 8dd5fc0f50
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 1 deletions

View File

@ -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/'