Auto update CSS file when changes are detected to a Sass file
Clone or download the project and run
python sassc_watcher.py your_sass_file.scss your_css_file.css
You must download libsass-python and watchdog
pip install libsass
pip install watchdog
- libsass-python - provides python binding to libsass library
- Watchdog - for detecting file modification events