14 lines
584 B
ReStructuredText
14 lines
584 B
ReStructuredText
Django Compressor
|
|
=================
|
|
|
|
Compresses linked and inline JavaCcript 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``.
|
|
|
|
.. _github.com/jezdez/django_compressor: http://github.com/jezdez/django_compressor
|
|
.. _in-development version: http://github.com/jezdez/django_compressor/tarball/master#egg=django_compressor-dev
|