C:/Ruby193/bin/
C:\Ruby193\bin\compass
config.rb
文件。当我在任何.scss文件中保存更改时,Compass会尝试运行,我明白了:
cmd.exe /D /C call C:/Ruby193/bin/compass.bat --no-cache --update example.scss:example.css
Error: invalid option: --no-cache
Process finished with exit code 1
我不确定--no-cache
来自哪里,或问题是什么。
在Windows 8上运行Compass 1.0.3和PhpStorm 9.0.2
答案 0 :(得分:2)
您正在使用Sass命令行选项运行Compass - 因此问题。创建观察者时,请务必选择“Compass SCSS”,而不是“SCSS'”。或者,相应地更改观察者设置,例如
Program: C:/Ruby193/bin/compass.bat
Arguments: compile
Working directory: $ProjectFileDir$
Output paths to refresh: $ProjectFileDir$/stylesheets
以上设置假设您的 config.rb 位于项目根文件夹中,css_dir = "stylesheets"