Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Files are not always available from storage despite DEBUG=False | Gavin Wahl | 2015-04-23 | 1 | -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 support | Rocky Meza | 2015-04-22 | 1 | -0/+28 |
| | |||||
* | make tests succeed on Django-1.7 | Matthias Runge | 2014-10-17 | 1 | -1/+2 |
| | |||||
* | Fix #14, respect storage.prefix when looking for files | Radomir Dopieralski | 2014-09-12 | 1 | -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_file | Rocky Meza | 2014-02-03 | 1 | -5/+0 |
| | |||||
* | Added a django-compressor Filter class. | Rocky Meza | 2014-02-01 | 1 | -0/+21 |