Koffer
Koffer

Reputation: 103

Error to compile susy on Mavericks ruby version

This is my problem I update susy version to susy (2.1.2, 2.1.1) sass (3.3.6, 3.3.4) ruby 2.0.0p0.

Then I begin to work with compass watch and in compile send my this error:

WARNING: Something went horribly wrong here. Try adjusting your variables.
     on line 104 of /Library/Ruby/Gems/1.8/gems/susy-1.0.9/sass/susy/_media.scss, in `at-breakpoint'
     from line 83 of /Library/Ruby/Gems/1.8/gems/susy-1.0.9/sass/susy/_grid.scss, in `container'
     from line 36 of /proyectos/ideas about ideas/theme/ideasaboutideas/sass/ideasaboutideas.styles.scss

I dont know why my project try to use the older version and not the newest one. How can I change it?

Upvotes: 1

Views: 133

Answers (2)

prasutagus
prasutagus

Reputation: 1523

Have you thought of using Bundler to manage dependencies? It's easy to install and works for me.

Upvotes: 0

Mike H-R
Mike H-R

Reputation: 7815

Susy is incompatible with that compass version (see here) so I think compass will only work with the old version.

You could install the current alpha version which should work.

Upvotes: 2

Related Questions