我刚刚通过执行以下命令在我的应用程序基目录中安装了基础:
compass create myprojectname -r zurb-foundation --using foundation
现在我打开了 sass/_settings.scss 文件,我取消了第 66 行的注释,如下所示:
$include-html-classes: true;
最后,我尝试通过执行以下命令来编译我的基础项目以包含 html 类:
compass compile
但我在命令提示符下得到以下结果:
Nothing to compile. If you're trying to starta new project, you have left off the directory argument.
Run "compass -h" to get help.
另外,基于此页面:http : //foundation.zurb.com/old-docs/f3/compass.php 我尝试使用以下命令编译我的 scss 代码:
指南针手表
但是我再次收到与指南针旁边的编译参数相同的消息。
注意:我在运行基础项目创建的第一个命令的同一目录中执行上述命令。
注意:我是 compass、sass、基础框架的新手。实际上,今天是我第一次使用它们,所以我不是经验丰富的用户。请善待我:)
有没有人可以帮我解决这个问题?