每当我compass compile
从 Windows powershell 运行时,我都会收到以下错误:
Compass can't find any Sass files to compile.
Is your compass configuration correct?.
If you're trying to start a new project, you have left off the directory argument.
Run "compass -h" to get help
我运行它C:\Website\Reboot\Frontend
的目录是,目录的内容是一个_custom.scss
文件和一个index.html
文件。
怎么了?所有类似的问题都没有帮助我。目录路径没有[
或]
类似的东西。
如果有人想知道我正在按照这个“指南”学习如何使用 Gumby:显然,当我运行compass compile
它时,它应该从我的 scss 文件生成一个 css 文件,但这并没有发生。显然它甚至无法检测到我的 .scss 文件。
我已经尝试卸载 sass、compass、modules-scale 和 ruby 并重新安装它们。它没有帮助。.