Skip to main content

A django-pipeline compressor to compress css files using csscompressor

Project description

django-pipeline-csscompressor
==============

A https://github.com/jazzband/django-pipeline css compressor
to compress css files using https://github.com/sprymix/csscompressor.

This allows you to use django-pipeline to compress CSS files without having to
rely on an external binary like YUI compressor, Uglify, etc.

Installation
------------

pip install django-pipeline-csscompressor

Configure django-pipeline to use django_pipeline_csscompressor.CssCompressor
as its `CSS_COMPRESSOR` in your `settings.py`:

CSS_COMPRESSOR = 'django_pipeline_csscompressor.CssCompressor '


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page