版本信息
Windows 7 |控制台2 | Cygwin的
$ gem -v
2.1.5
$ ruby -v
ruby 2.0.0p247 (2013-06-27) [x64-mingw32]
$ sass -v
Sass 3.2.11 (Media Mark)
$ compass -v
Compass 0.12.2 (Alnilam)
Copyright (c) 2008-2013 Chris Eppstein
Released under the MIT License.
Compass is charityware.
Please make a tax deductable donation for a worthy cause: http://umdf.org/compass
第一次尝试使用指南针时,我遇到了一些安装问题但是能够设置新源网址的问题,如下所述:https://stackoverflow.com/a/19179835/1058371 唯一的问题是,当我尝试添加 https 链接时,我收到以下错误
$ gem sources -a https://rubygems.org
Error fetching https://rubygems.org:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://s3.amazonaws.com/production.s3.rubygems.org/specs.4.8.gz)
现在罗盘确实安装时没有SSL链接我不确定这是否仍然是问题的根源,但问题是我无法用罗盘编译。我将目录更改为我的项目已经有一个config.rb (由之前的开发人员添加,使用Mac OS / Codekit - 不确定是否重要),我尝试compass compile
或{{ 1}}并且它们都返回此错误
compass watch
然后按照指示我再次尝试使用LoadError on line ["53"] of c: cannot load such file -- zen-grids
Run with --trace to see the full backtrace
,但这会让我更加困惑:
--trace
真的需要快速编译,所以期待我能得到任何帮助,如果你需要更多细节评论如下,我会补充。提前谢谢!