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
the output paths refresh option directory gets refreshed. needs match output directory specified in arguments field $projectfiledir$/main/static/css/
Comments
Post a Comment