Name: | python-django-compressor |
---|---|
Version: | 1.3 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 454319 |
License: | MIT |
RPM: | python-django-compressor-1.3-1.el7.noarch.rpm |
Source RPM: | python-django-compressor-1.3-1.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/django_compressor/1.2 |
Summary: | 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. |
- update to python-django-compressor-1.3 (rhbz#923735)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- add requirement Django/python-django
- add requirement python-versiontools
- Initial package.