Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-django-compressor - Compresses linked and inline JavaScript or CSS into single cached files
- Description:
Django Compressor combines and compresses linked and inline Javascript
or CSS in a Django templates into cacheable static files by using the
``compress`` template tag. HTML in between
``{% compress js/css %}`` and ``{% endcompress %}`` is
parsed and searched for CSS or JS. These styles and scripts are subsequently
processed with optional, configurable compilers and filters.
Packages