CodeKit 编译我的 SCSS 文件时遇到问题。它通过终端使用compass compile
或compass watch
在 CodeKit 中工作,它会引发此错误:
Syntax error: File to import not found or unreadable: compass.
Load path: /
它抱怨的行是:
@import "compass";
我已经以标准方式安装了 compass 并将我的项目放入 CodeKit 中,但不知道它为什么会死在这里......我有一个谷歌,但大多数人都在抱怨“zurb-foundation”,他们的问题通常是他们没有不要在他们的 compass.rb 文件中导入它。这里只是指南针。
我已经尝试过sudo gem update
,但似乎没有任何东西可以让 CodeKit 正确编译。