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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file svargaext.clevercss-0.4.tar.gz.
File metadata
- Download URL: svargaext.clevercss-0.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b35130df6392ee4c5f649deabafa3dde5d56293d090b1cd73ac71250023b923
|
|
| MD5 |
5df9f06c9c7a2deebb0c87e82aab46c9
|
|
| BLAKE2b-256 |
bcf697901ef5fdac840640de5e75a70960ee4ee60ae7414bd7e8c7bb9e450c25
|