Scss compiler should only generate css files for main scss files
Hello
The file watcher/scss compiler works good, but it does generate CSS files for every _partial.scss out there !
Only .scss files should lead to the creation of css files.
Regards
Please sign in to leave a comment.
Hi there,
"Track only root files" option??
http://www.jetbrains.com/phpstorm/webhelp/new-watcher-dialog.html
This makes little sense: _parial.scss also has .scss extension, you know... Use better wording next time :).
Sorry for the wording, indeed I meant partials.

However the option you suggest is already checked.
Here is my file watcher config dialog :
I do not know then, sorry.
Possibly it's because of your "problem" in another thread -- not sure. It works OK in my simple LESS ans SCSS setups (main file in one folder and all partials in direct subfolder(s)).
Actually what happens is when I edit a partials file as the current topmost file tab in Webstorm, and hit save, I see on the lower pane that the scss is trying to recompile that file specifically. very strange ...
no big deal but ... I hate having loads of css files generated in the wrong places
Fixed now with the use of Compass and a config.rb file.