Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 585 Bytes

README.rst

File metadata and controls

13 lines (9 loc) · 585 Bytes

Django compressor

Compresses linked and inline javascript or CSS into a single cached file.

The main website for django-compressor is github.com/jezdez/django_compressor where you can also file tickets.

You can also install the in-development version of django-compressor with pip install django_compressor==dev or easy_install django_compressor==dev.