php-sass-watcher
php-sass-watcher copied to clipboard
One simple PHP file that "watches" your SASS file folder and compiles all .scss automatically every X seconds. Sounds weird, but works perfectly. Automatic SASS compiling with 100% PHP. No Ruby used.
Results
1
php-sass-watcher issues
Sort by
recently updated
recently updated
newest added
Dear Panique, thanks for your great tool. I like it, but it's compiling even files as _reset.scss. According to SCSS reference, files with underscore shouldn't be compiled (you use these...