No such framework "susy" using compass
Asked Answered
S

2

6

I'm trying to create a compass project using the susy grid.

$ compass create --using susy test
No such framework: "susy"

I am using git-bash on Windows 7. I have Ruby 2.0.0p451, Sass 3.3.8 and Compass 0.12.6 installed. I have require 'susy' in my config.rb file.

Sketchy answered 9/6, 2014 at 10:57 Comment(2)
I don't know if this is the cause, but Compass 0.12 doesn't work with Sass 3.3. You need to upgrade to the pre-release version of Compass 1.0.Septal
Ah. I see... Using gem install compass --pre worked.Sketchy
S
1

Thanks to Eric M Suzanne, I installed a pre-release version of compass 1.0 (now available as 1.0.1 stable) using gem install compass --pre.

This solved the issue.

Sketchy answered 8/12, 2014 at 16:28 Comment(0)
S
2

I have the same problem and i am working with compass so, be sure that you first have:

$ gem install compass-rails
$ gem install sass-rails
$ gem install susy

voilà

Steffi answered 3/11, 2015 at 10:44 Comment(0)
S
1

Thanks to Eric M Suzanne, I installed a pre-release version of compass 1.0 (now available as 1.0.1 stable) using gem install compass --pre.

This solved the issue.

Sketchy answered 8/12, 2014 at 16:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.