Skip to main content

CleverCSS module for Svarga framework

Project description

Application to render CleverCSS as CSS.

It requires a bit of configuration dropped in settings.py:

CLEVERCSS = {
    'main': {'clevercss/*.ccss': 'css/*.css'},
    'someapp': { 'static/test.ccss': 'css/test.css'},
}

Configuration description:

  • CLEVERCSS - actual configuration, is a mapping of name from STATIC_URLS to a dictionary of mappings ‘clevercss-source’: ‘css-target’. Source can contain * to wildcard match files. In this case target should contain * as well.

How to install from repository

It’s that easy:

pip install hg+http://hg.piranha.org.ua/svargaext.clevercss/#egg=svargaext.clevercss

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

svargaext.clevercss-0.3.tar.gz (2.7 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