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

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

acatton commented 10 years ago

@deshipu Thanks!

Could you rebase your pull request so that we only have the relevant commit. 4b29417 (The commit hash will change after the rebase.) You can do that quickly with git reset --hard upstream/master && git cherry-pick 4b29417 && git push origin/master --force assuming that our repo is upstream and yours is origin.