# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-django-compressor VERSION= 2.4 KEYWORDS= python VARIANTS= py38 py37 SDESC[py37]= Django CSS/JS cache and compressor (PY37) SDESC[py38]= Django CSS/JS cache and compressor (PY38) HOMEPAGE= https://django-compressor.readthedocs.io/en/latest/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/d/django-compressor DISTFILE[1]= django_compressor-2.4.tar.gz:main DF_INDEX= 1 SPKGS[py37]= single SPKGS[py38]= single OPTIONS_AVAILABLE= PY38 PY37 OPTIONS_STANDARD= none VOPTS[py37]= PY38=OFF PY37=ON VOPTS[py38]= PY38=ON PY37=OFF DISTNAME= django_compressor-2.4 GENERATED= yes [PY37].BUILDRUN_DEPENDS_ON= python-django-appconf:single:py37 python-rcssmin:single:py37 python-rjsmin:single:py37 python-six:single:py37 [PY37].USES_ON= python:py37 [PY38].BUILDRUN_DEPENDS_ON= python-django-appconf:single:py38 python-rcssmin:single:py38 python-rjsmin:single:py38 python-six:single:py38 [PY38].USES_ON= python:py38 [FILE:3331:descriptions/desc.single] Django Compressor ================= Django Compressor processes, combines and minifies linked and inline Javascript or CSS in a Django template into cacheable static files. It supports compilers such as coffeescript, LESS and SASS and is extensible by custom processing steps. Django Compressor is compatible with Django 1.11 and newer. How it works ------------ In your templates, all HTML code between the tags ``{% 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. The default filter for CSS rewrites paths to static files to be absolute. Both Javascript and CSS files are by default concatenated and minified. As the final step the template tag outputs a ``