我只是使用Ruby宝石安装无礼,虽然我的项目是在Webstorm的NodeJS。 要启用Webstorm的SASS文件守望者。 当我从运行命令行“萨斯styles.scss”,我得到一个.sass-cache
文件夹,但不是实际的编译CSS文件。 Webstorm不显示在我的SASS文件中的任何错误。 我需要的文件编译到.css文件。
我也想安装在Webstorm一个filewatcher未编译SCSS文件。 在Webstorm的filewatcher我SCSS可执行文件的路径是这样的。 C:\ Ruby200-64 \ BIN \ sass.bat。
这里是filewatcher设置。
错误Webstorm显示在控制台中,当.scss文件保存为(这是当文件守望者应触发),是这样的:
C:/Ruby200-x64/bin/sass.bat --no-cache --update styles.scss:styles.css
'"ruby.exe"' is not recognized as an internal or external command,
operable program or batch file.
充分论证于不能完全看到上述图像中的文件观察器是这样的:
--no-cache --update $FileName$:$FileNameWithoutExtension$.css