指南针找不到奇点



我觉得我已经这样做了大约一个星期了!

如果有人能帮忙,那就太好了,我只是无法导入singularitygs

 error sass/app.sass (Line 2: File to import not found or unreadable: singularity's.
我app.sass

@import "compass"
@import "singularitygs"
@import "breakpoint"
@import "jacket"
@import "toolkit"
@import "bourbon"
// My sass
@import "partials/normalize"

my gem file

source "https://rubygems.org"
gem "compass", "~>1.0.0.alpha.17"
gem "sass", "~> 3.3.3"
gem "singularitygs", "~> 1.2.0"
gem "breakpoint", "~> 2.4.2"
gem "jacket", "~> 1.1.1"
gem "toolkit", "~> 2.0.1"
gem "bourbon", "~> 3.1.8"

当运行bundle update时,bundler输出

Using sass (3.3.3)
Using thor (0.18.1)
Using bourbon (3.1.8)
Using chunky_png (1.3.0)
Using multi_json (1.9.1)
Using compass-core (1.0.0.alpha.19)
Using compass-import-once (1.0.4)
Using json (1.8.1)
Using rb-fsevent (0.9.4)
Using ffi (1.9.3)
Using rb-inotify (0.9.3)
Using rb-kqueue (0.2.2)
Using listen (1.1.6)
Using compass (1.0.0.alpha.19)
Using sassy-maps (0.3.2)
Using breakpoint (2.4.2)
Using jacket (1.1.1)
Using singularitygs (1.2.0)
Using toolkit (2.0.1)
Using bundler (1.5.3)
Your bundle is updated!

你在配置中设置了奇点宝石要求吗?rb文件?

相关内容

  • 没有找到相关文章

最新更新