Webstorm SCSS File Watcher does not respect parent directory
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: My scss has the following structure: Nested directory view: style sass components _somecomponent.scss _someothercomponent.scss style.scss style.css Collapsed directory view: style/style.css style/sass/style.scss style/sass/components/_somecomponent.scss style/sass/components/_someothercomponent.scss style.scss includes _somecomponent.scss and _someothercomponent.scss , and is supposed to generate style.css . It does all of this correctly, but the output file is not in the correct directory. Currently it outputs to style/sass/style.css .