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 #15

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.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.07%) when pulling d96d940b44e4b0a13ba07f031d5ef97558bceb2a on deshipu:master into 27ad25016dc17f99112e22f44aa961c12cf25c03 on fusionbox:master.

gavinwahl commented 10 years ago

Is it possible to write a test for this?

deshipu commented 10 years ago

Ah, certainly, I will do that first thing tomorrow.

acatton commented 10 years ago

Duplicate #16