summaryrefslogtreecommitdiff
path: root/django_pyscss/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Files are not always available from storage despite DEBUG=FalseGavin Wahl2015-04-231-6/+7
| | | | | | For example, in tests. So instead of switching on DEBUG, we first try to find a file from the finders, and then fall back to storage if that doesn't work.
* Add pyScss 1.3 and Python 3 supportRocky Meza2015-04-221-0/+28
|
* make tests succeed on Django-1.7Matthias Runge2014-10-171-1/+2
|
* Fix #14, respect storage.prefix when looking for filesRadomir Dopieralski2014-09-121-1/+3
| | | | | | The function ``find_all_files`` ignored ``storage.prefix`` when looking for files, which made it fail when a prefix was used in ``STATICFILES_DIRS``.
* Removed find_one_fileRocky Meza2014-02-031-5/+0
|
* Added a django-compressor Filter class.Rocky Meza2014-02-011-0/+21