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 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