I just installed the sass-globbing-plugin to import partials recursively from a folder automatically.
Currently I am using the newest version of jetbrains pycharm. To activate sass-globbing to the existing scss-filewatcher, I edited the arguments for the scss-compiler:
-r sass-globbing --no-cache --update $FileName$:$FileNameWithoutExtension$.css
Now I can compile my scss recursively, but only if I make changes to the root file, where i do my import statement with the sass-globbing. Is it possible to trigger the scss-compiler on a change inside of one of the imported scss-partials, like before with globbing enabled?