首页 > intellij IDEA(php storm ,web storm) file watcher 编译SCSS疑难杂证,求指救?

intellij IDEA(php storm ,web storm) file watcher 编译SCSS疑难杂证,求指救?

使用版本:
intellij IDEA 13.1

在使用file watcher 监控SCSS文件时,有一个问题:

如果文件【a.scss】被【b.scss】引用了,如
b.scss

@import "a";
....
...

在生成文件时,只会生成b.scss,而a.scss作了修改时,也只有b.scss会编译


出新内容,而a.scss不会生成a.css

而当b.scss不引用a.scss时,a.scss则能正常编译生成。

SASS的文档中,说明如果不需要生成,则加“”,但在此处没有加“”,依然不会生成。
另,使用gulp编译时,生成正常。

file watcher配置如下:

【热门文章】
【热门文章】