Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow dots in filenames | PhilipGarnero | 2015-07-17 | 1 | -6/+7 |
| | |||||
* | Retain the imported file path | Richard Jones | 2015-04-29 | 1 | -0/+2 |
| | | | | Fixes #34 | ||||
* | 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 | 7 | -231/+136 |
| | |||||
* | 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``. | ||||
* | Put the original path at the end in get_possible_paths | Radomir Dopieralski | 2014-08-04 | 1 | -1/+1 |
| | | | | | | | | | Make it try all the combinations of prefixes and suffixes first, and then try the original path. This way if there is a directory named the same as our file, but without the extension and/or prefix, we don't try to open it and avoid raising IOError. Fixes #10. | ||||
* | Accept **kwargs in DjangoScssFilterkwargs | Gavin Wahl | 2014-02-13 | 1 | -2/+2 |
| | | | | Compressor added a charset argument that was breaking here. | ||||
* | Added support for underscore imports. | Rocky Meza | 2014-02-08 | 1 | -3/+7 |
| | |||||
* | Added some logging in _find_source_file. | Rocky Meza | 2014-02-08 | 1 | -1/+3 |
| | |||||
* | Move the make ASSETS_ROOT dir call to somewhere useful. | Rocky Meza | 2014-02-03 | 2 | -3/+3 |
| | |||||
* | Fix source_file_index logic. | Rocky Meza | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Removed find_one_file | Rocky Meza | 2014-02-03 | 2 | -10/+8 |
| | |||||
* | Added support for extensionless imports. | Rocky Meza | 2014-02-03 | 1 | -7/+17 |
| | |||||
* | Reworked the relative/absolute import system. | Rocky Meza | 2014-02-03 | 2 | -28/+54 |
| | | | | | Now, it works more like HTML URL resolution, where any URL is relative unless it starts with a /. | ||||
* | Made relative imports possible | Rocky Meza | 2014-02-02 | 1 | -3/+80 |
| | |||||
* | Added tests for sprites and inline images. | Rocky Meza | 2014-02-01 | 1 | -2/+3 |
| | |||||
* | Added a django-compressor Filter class. | Rocky Meza | 2014-02-01 | 3 | -17/+51 |
| | |||||
* | Remove the finally. | Rocky Meza | 2014-02-01 | 1 | -2/+1 |
| | | | | Thanks gavinwahl. | ||||
* | updated to PyScss 1.2.0 | Rocky Meza | 2014-02-01 | 1 | -33/+57 |
| | |||||
* | django-pyscss - use PySCSS in Django more easily | Rocky Meza | 2014-02-01 | 2 | -0/+94 |