fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

STATIC_ROOT is a required setting #3

Open rockymeza opened 10 years ago

rockymeza commented 10 years ago

If STATIC_ROOT isn't set, pyscss will write static assets to the CWD, which is bad news bears. Can we enforce the existence of STATIC_ROOT somehow?

gavinwahl commented 10 years ago

I don't think all staticfiles storages use STATIC_ROOT, do they?

rockymeza commented 10 years ago

I still need to overwrite that bit too use Django's storage engines.

-Rocky Meza 2014年2月8日 上午2:22于 "Gavin Wahl" notifications@github.com写道:

I don't think all staticfiles storages use STATIC_ROOT, do they?

— Reply to this email directly or view it on GitHubhttps://github.com/fusionbox/django-pyscss/issues/3#issuecomment-34483356 .