Name: | python3-django-compressor |
---|---|
Version: | 4.4 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 543985 |
License: | MIT |
RPM: | python3-django-compressor-4.4-1.el9.noarch.rpm |
Source RPM: | python-django-compressor-4.4-1.el9.src.rpm |
Build Date: | Thu Jan 25 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/django-compressor/django-compressor |
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. Obsoletes: python2-django-compressor < 2.1-6 Obsoletes: python-django-compressor < 2.1-6 |