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

Fix #14, respect storage.prefix when looking for files #17

Closed deshipu closed 10 years ago

deshipu commented 10 years ago

The function find_all_files ignored storage.prefix when looking for files, which made it fail when a prefix was used in STATICFILES_DIRS.