문제

i feel like I've been doing this for about a week now!

if anyone could help that would be great, i just can't seam to import singularitygs

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

my 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"

bundler out put when running bundle update

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!
도움이 되었습니까?

해결책

Have you set your singularity gem to require in the config.rb file?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top