0 purchases
pysass 0.1.0
pysass
A simple wrapper on
libsass-python pysassc
to add watch capability using watchdog.
Features
add -w and --watch flags to pysassc command.
watch included directories and source directory recursively.
only watch *.scss files.
throttling.
Install
$ pip install pysass
Usage
Use pysass command instead of pysassc in order to use -w or
--watch flag additionaly to those provided by
libsass-python pysassc.
eg.
$ pysass -t compressed -I node_modules/skeleton-scss/scss/ \
-m ./project/src/main.scss ./project/dist/style.css --watch
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.