python-django-compressor - Compresses linked and inline JavaScript or CSS into single cached files
Website: | http://pypi.python.org/pypi/django_compressor/2.0 |
---|---|
License: | MIT |
- 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
python-django-compressor-2.0-1.el7.centos.noarch [169 KiB] |
Changelog
by Aurelien Bompard (2016-06-08):
- version 2.0 |
python-django-compressor-1.6-1.el7.centos.noarch [185 KiB] |
Changelog
by Matthias Runge (2015-11-20):
- update to 1.6 (rhbz#1283807) |