Configure File Watch for SCSS
I can't seem to find clear documentation for configuring File Watcher (specifically for SCSS)
It seems to be running when I make changes to the SCSS file... and it fact "claims" to have produced an output css file. But, that output file does not actually exist....
This is a cool feature - or would be if it actually worked. Any guidance or experience with this?

Please sign in to leave a comment.
Configuration looks OK
What does your custom.scss look like? Is it a partial file imported in your main styles .scss file, or a standalone file not included in any other .scss file?