Skip to main content

Django templatetags extra bundles

Project description

django-stylus-watcher
======================

This add a command .

Usage
=====

Put ``'stylus_watcher'`` into ``INSTALLED_APPS``.

Set settings ``STYLUS_WATCHER = [
('relative/path/to/main/stylus/file.styl', 'relative/path/to/compiled/file.css'), # A compilation rules
('relative/path/to/main/stylus/file.styl', 'relative/path/to/compiled/file.css'), # Antoher compilation rules
...etc
]

The watcher listen changes in every installed apps ``styl`` folder

Then run ``python manage.py stylus_watcher``

Project details


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