From 61a98b970295ff33d1d63657e3b37ff6a413e74d Mon Sep 17 00:00:00 2001 From: "Prof. HORSTMANN" Date: Tue, 16 Jun 2020 05:10:52 +0100 Subject: python/pysass: Added (python3 watch capability) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/pysass/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/pysass/README (limited to 'python/pysass/README') 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. -- cgit v1.2.3