我想将文件观察器用于SCSS操作。但是phpstorm给了我这个错误。
C:\Ruby22\bin\ruby.exe: invalid option --no-cache (-h will show valid options) (RuntimeError)
安装ruby时添加了路径。我检查了路径,它与红宝石的目的地相同。我找不到关于这个问题的真正解决方案。任何人都可以帮助我吗?
答案 0 :(得分:0)
您正在使用Sass命令行选项运行Compass - 因此问题。创建观察者时,请确保选择“Compass SCSS”,而不是“SCSS”。或者,相应地更改观察者设置,例如
Program: C:/Ruby193/bin/compass.bat
Arguments: compile
Working directory: $ProjectFileDir$
Output paths to refresh: $ProjectFileDir$/stylesheets
Settings above assume that you have your config.rb located in project root folder, and css_dir = "stylesheets"