sass - Why won't PyCharm automatically refresh CSS output files when I am using an SCSS file watcher? -


i have configured pycharm file watcher transpiles scss (in scss folder) css (in css folder). css files appear reflect changes in scss files when close , re-open css folder dropdown. how can make process automated?

this have in arguments field: --no-cache --update $filename$:$projectfiledir$/main/static/css/$filenamewithoutextension$.css

screenshot

the output paths refresh option directory gets refreshed. needs match output directory specified in arguments field $projectfiledir$/main/static/css/


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -