简体   繁体   中英

Phpstorm scss file watcher issue

I have this file structure and wacther configuration: The problem is that when I save my scss file the css file is updated in IDE only if I switch focus from IDE window and back again.

PS: if I configure scss watcher to compile css files in the same directory where source scss files are located, then css files are uptated right after compilation(as it should).

正如我的评论中所建议的那样:更改“刷新的输出路径”中的路径以指向实际的输出文件(如“参数”字段中),而不仅仅是文件夹:即在末尾添加/$FileNameWithoutExtension$.css

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM