Skip to main content

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


Download files

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

Source Distribution

webassets-recess-0.0.0.tar.gz (2.2 kB view details)

Uploaded Source

File details

Details for the file webassets-recess-0.0.0.tar.gz.

File metadata

File hashes

Hashes for webassets-recess-0.0.0.tar.gz
Algorithm Hash digest
SHA256 ea198e05a38eb4fd0619c9e460da0746da32cf7c26e19bb31a52e65d9a762ec3
MD5 ab8c0a228ca00f6d57f314b4aa01dcb1
BLAKE2b-256 d85a1a87905c47be292a1f42bcfc8a8923e1f820b46ccfc90c6986727657d9eb

See more details on using hashes here.

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