diff --git a/lemoncurry/settings/base.py b/lemoncurry/settings/base.py index 1646e09..4f7c4eb 100644 --- a/lemoncurry/settings/base.py +++ b/lemoncurry/settings/base.py @@ -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/'