我现在已经厌倦了这个问题。我被推迟了很多次试图让这件事继续下去。我觉得这是我解决问题的最后一次尝试。开始:
我安装指南针
sudo gem update --system
sudo gem install compass
我创建了我的测试项目(名为 test)
compass create test
这会产生这个
directory test/
directory test/sass/
directory test/stylesheets/
create test/config.rb
create test/sass/screen.scss
create test/sass/print.scss
create test/sass/ie.scss
我尝试编译项目
compass compile [path/to/test]
我得到的只是这个错误消息:“没有要编译的东西。如果你试图开始一个新项目,你已经离开了目录参数。”
我尝试用谷歌搜索这个问题,但我找不到任何可以帮助我的东西。这里有人知道发生了什么吗?我错过了什么重要的东西吗?
我正在运行 OSX 10.6.8