Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
罗盘可以';找不到任何要编译的sass文件(Windows)_Windows_Powershell_Sass_Compass_Gumby Framework - Fatal编程技术网

罗盘可以';找不到任何要编译的sass文件(Windows)

罗盘可以';找不到任何要编译的sass文件(Windows),windows,powershell,sass,compass,gumby-framework,Windows,Powershell,Sass,Compass,Gumby Framework,每当我从Windows powershell运行compass compile时,都会出现以下错误: 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

每当我从Windows powershell运行compass compile时,都会出现以下错误:

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
,目录的内容是
\u custom.scss
文件和
index.html
文件

怎么了?所有类似的问题对我都没有帮助。目录路径没有
[
]
或类似的内容

如果有人想知道我是如何使用Gumby的:显然,当我运行
compass compile
时,它应该从我的scss文件生成一个css文件,但这并没有发生。显然它甚至检测不到我的.scss文件

我已经尝试卸载sass、compass、modular scale和ruby,然后重新安装。这没用。
.

可能重复:以下是您的问题的答案@Ikhtiyor我尝试将名称更改为custom.scss Thad也没有帮助。相同的错误消息。