We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48118f commit e162503Copy full SHA for e162503
django_pyscss/compiler.py
@@ -22,7 +22,8 @@
22
config.STATIC_URL = staticfiles_storage.url('scss/')
23
24
# This is where PyScss places the sprite files.
25
-config.ASSETS_ROOT = os.path.join(settings.STATIC_ROOT, 'scss', 'assets')
+config.ASSETS_ROOT = os.path.join(settings.STATIC_ROOT,
26
+ settings.COMPRESS_OUTPUT_DIR, 'assets')
27
# PyScss expects a trailing slash.
28
config.ASSETS_URL = staticfiles_storage.url('scss/assets/')
29
0 commit comments