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

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 187a7a72bf72370c739f3675bef84532e524eaf1 on deshipu:prefix into 27ad25016dc17f99112e22f44aa961c12cf25c03 on fusionbox:master.

deshipu commented 10 years ago

This pull request is cleaned up, I had some strange git history stuff in the previous one.

acatton commented 10 years ago

Released in 1.0.3.

deshipu commented 10 years ago

Thank you!