Comment 2 for bug 1379761

Revision history for this message
James Page (james-page) wrote :

I'm assuming that this is something todo with how django-pyscss behaves under DEBUG mode:

https://github.com/fusionbox/django-pyscss

specifically:

In DEBUG mode, DjangoScss will search using all of the finders to find the file. If you are not in DEBUG mode, it assumes you have run collectstatic and will only use staticfiles_storage to find the file.