peterbe / django-static

Template tags for better serving static files from templates in Django
BSD 2-Clause "Simplified" License
193 stars 28 forks source link

Additional filter support: cssmin #17

Closed aidaeology closed 13 years ago

aidaeology commented 13 years ago

Adding cssmin functionality in order to to use YUI CSS Compressor algorithm without the java dependency.

peterbe commented 13 years ago

I've rewritten much of the patch. All tests pass now and I tidied up the way it works on jsmin and or cssmin.

Next thing to work on will be to make the selection of compressor much more flexible.