Django stylus watchers & auto compilers
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``
======================
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
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 django-stylus-watcher-1.0.6.tar.gz
.
File metadata
- Download URL: django-stylus-watcher-1.0.6.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa89798d0f4219bdd9261b78b71b1089e95065e8ae5d71a3ff8cf94e5d2034cf |
|
MD5 | dce35e0ecb190bb510708380efdeef11 |
|
BLAKE2b-256 | 2749278e502e9268184cdcae23a83a1725956ac3ec1b567d03fc78d0e24261cf |