python-django-compressor
Port variant py310
Summary Django CSS/JS cache and compressor (3.10)
Package version 4.4
Homepage https://django-compressor.readthedocs.io/en/latest/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 01 JUL 2023, 00:24:36 UTC
Port created 20 APR 2020, 15:00:59 UTC
Subpackage Descriptions
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. 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 ``