【问题标题】:Compass not finding singularitygs指南针找不到奇点
【发布时间】: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


【解决方案1】:

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

【讨论】:

  • 是的需要'指南针'需要'singularitygs'需要'断点'需要'夹克'需要'工具包'需要'波旁威士忌'
  • 嗯,您是否尝试过更改 gem 导入语句的顺序?也许在奇点之前尝试断点和工具包。因为其余的对我来说都很好。
  • 我现在要放弃了,我要睡觉了,我被打败了,谢谢你的帮助 - 希望早上终于能顺利完成
  • 好的,我已经开始工作了,只是无法启动背景网格来在这里进行一些搜索,你说得对,我不得不重新订购我的进口商品
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2013-09-10
  • 1970-01-01
  • 1970-01-01
  • 2013-03-13
  • 2016-05-27
  • 2016-03-06
  • 2016-12-10
相关资源
最近更新 更多