Recess filter to compile less with webassets, enables twitter bootstrap less compiling
Project description
Install:
pip install webassets-recess
Register:
from webassets.filter import register_filter from webassets_recess import RecessFilter register_filter(RecessFilter)
Example usage:
from webassets.loaders import YAMLLoader for name, bundle in YAMLLoader('webassets.yaml').load_bundles().items(): assets.register(name, bundle)
Where webassets.yaml contains:
css_all: filters: recess,cssutils output: cache/default.css contents: - bootstrap/less/bootstrap.less
Now you can hack bootsrap less. Merges are on you.
Project details
Release history Release notifications | RSS feed
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 webassets-recess-0.0.0.tar.gz
.
File metadata
- Download URL: webassets-recess-0.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea198e05a38eb4fd0619c9e460da0746da32cf7c26e19bb31a52e65d9a762ec3 |
|
MD5 | ab8c0a228ca00f6d57f314b4aa01dcb1 |
|
BLAKE2b-256 | d85a1a87905c47be292a1f42bcfc8a8923e1f820b46ccfc90c6986727657d9eb |