Hi,

will it be possible to user omega 4 and sassy (with its compass integration) together or is ruby the way to go with omega 4?

Thanks!

Comments

fubhy’s picture

Status: Active » Fixed

Yes, you CAN use it with Sassy.

However, that should be your fallback/last resort solution if you REALLY can't use Ruby (or, even better, RVM [Ruby Version Manager]) together with Bundler, etc. to fully leverage all the awesome things that come with it.

If you can use native Ruby, use it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Ares_ekb’s picture

Status: Closed (fixed) » Active

I can't get it working. I'm using Sassy with https://github.com/richthegeek/phpsass
It's seems that it couldn't find a 960gs extension:

SassContextException: Undefined Mixin: container: /home/u10098/domains/u10098.krypton.vps-private.net/sites/all/themes/onfit/sass/partials/utility/abstractions/_grid.scss::15 Source: %container в функции SassContext->getMixin() (строка 101 в файле /home/u10098/domains/u10098.krypton.vps-private.net/sites/all/libraries/phpsass/tree/SassContext.php).

fubhy’s picture

Status: Active » Closed (fixed)

Our default Sass structure is probably not supported by Sassy. Again, Sassy is NOT a good choice. If you want to have a sane way of doing Sass use Ruby. Anything else is never going to be as well supported as the native Ruby Sass compiler and I am not going to provide support for how to use Omega 4.x with Susy, sorry! :/

Marko B’s picture

Issue summary: View changes

I am not saying to use Sassy but I really had so much trouble with Ruby and setting everything on my machine and I see many others also had that painful experience. So as PHP dev. to me it seems much more appealing to have PHP processing of Sass to Css, as it is just one text to other text processing, doesn't look like something only Ruby can do. Most of the people are looking only for compiling and guarding of files (auto compiling) if I am not mistaking, guessing Sassy could do that properly? Hope somebody did manage to do that and will post how-to online.

Marko B’s picture

Just a question for fubhy. Why is RVM better then plain http://rubyinstaller.org/ (yes using win 7 at the moment)? I also installed ruby dev kit as it seemed also needed.