Skip to main content

clean-css compressor for Gears

Project description

gears-clean-css
==============

clean-css_ compressor for Gears_. This package already includes the clean-css
source code for you, so you don't need to worry about installing it yourself.

Bundled clean-css version: **0.6.0**

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

Install ``gears-clean-css`` with pip::

$ pip install gears-clean-css


Requirements
------------

``gears-clean-css`` requires node.js_ to be installed in your system.


Usage
-----

Add ``gears_clean_css.CleanCSSCompressor`` to ``environment``'s compressors
registry::

from gears_clean_css import CleanCSSCompressor
environment.compressors.register('text/css', CleanCSSCompressor.as_handler())

If you use Gears in your Django project, add this code to its settings::

GEARS_COMPRESSORS = {
'text/css': 'gears_clean_css.CleanCSSCompressor',
}

.. _clean-css: https://github.com/GoalSmashers/clean-css
.. _Gears: https://github.com/gears/gears
.. _node.js: http://nodejs.org/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gears-clean-css-0.1.tar.gz (152.8 kB view hashes)

Uploaded Source

Supported by

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