diff options
author | Prof. HORSTMANN <wmh@eipg.fr> | 2020-06-16 05:10:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-20 07:59:27 +0700 |
commit | 61a98b970295ff33d1d63657e3b37ff6a413e74d (patch) | |
tree | 4ac2f403d60a3449d191e2ebf811431d850c561e /python/pysass/README | |
parent | 5486dac91c2b8231b47596551464b6fab6b6720d (diff) |
python/pysass: Added (python3 watch capability)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysass/README')
-rw-r--r-- | python/pysass/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pysass/README b/python/pysass/README new file mode 100644 index 0000000000000..938829cca2e51 --- /dev/null +++ b/python/pysass/README @@ -0,0 +1,5 @@ +Sass CLI Python: A wrapper to libsass-python with watchdog capability. + +Add -w and --watch flags to pysassc command. +Watch included directories and source directory recursively. +Only watch *.scss files. Throttling. |