Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pyScss 1.3 and Python 3 support | Rocky Meza | 2015-04-22 | 1 | -8/+5 |
| | |||||
* | Accept **kwargs in DjangoScssFilterkwargs | Gavin Wahl | 2014-02-13 | 1 | -2/+2 |
| | | | | Compressor added a charset argument that was breaking here. | ||||
* | Move the make ASSETS_ROOT dir call to somewhere useful. | Rocky Meza | 2014-02-03 | 1 | -3/+1 |
| | |||||
* | Reworked the relative/absolute import system. | Rocky Meza | 2014-02-03 | 1 | -1/+12 |
| | | | | | Now, it works more like HTML URL resolution, where any URL is relative unless it starts with a /. | ||||
* | Added a django-compressor Filter class. | Rocky Meza | 2014-02-01 | 1 | -0/+21 |