【发布时间】:2014-03-20 07:17:15
【问题描述】:
我觉得我已经这样做了大约一个星期了!
如果有人能帮上忙,那就太好了,我只是无法缝合导入奇异性gs
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"
我的宝石文件
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!
【问题讨论】:
-
请发布您的
config.rb。此外,您似乎发布了一条被截断的错误消息。请发布完整的。
标签: ruby sass bundler compass-sass singularitygs