css - PHPStorm File Watcher not working while not in focus -


i have following sass file watcher configuration:

phpstorm sass file watcher configuration

my goal enable auto-synchronization of .sass & .css chrome dev-tools, as explained here.

however, noticed file watcher active & recompile's .sass files when phpstorm window in focus.

is there way still make work while in background?

thanks!


Comments

Popular posts from this blog

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -