summaryrefslogtreecommitdiff
path: root/django_pyscss/compressor.py
Commit message (Collapse)AuthorAgeFilesLines
* Add pyScss 1.3 and Python 3 supportRocky Meza2015-04-221-8/+5
|
* Accept **kwargs in DjangoScssFilterkwargsGavin Wahl2014-02-131-2/+2
| | | | Compressor added a charset argument that was breaking here.
* Move the make ASSETS_ROOT dir call to somewhere useful.Rocky Meza2014-02-031-3/+1
|
* Reworked the relative/absolute import system.Rocky Meza2014-02-031-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 Meza2014-02-011-0/+21