0

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

如果有人可以提供帮助,那就太好了,我只是无法缝合导入奇异性

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

我的应用程序.sass

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

我的宝石文件

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"

运行捆绑更新时输出捆绑器

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!
4

1 回答 1

2

您是否已在 config.rb 文件中将奇点 gem 设置为需要?

于 2014-03-19T23:17:15.653 回答