Hi everyone,

I just started using omega4.x and I can't get it to work.
I installed rvm, set up subtheme folder then changed to the subtheme folder and ran "bundle install".

But I can't get the scss to css compilation to work.

This is what I get after compilation with "compass compile" in all my css media queries (filenames are obviously changing):

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\...\/sass\/partials\/base\/_root\.scss}line{font-family:\000034}}

I think the problem comes form susy or breakpoint. What am I doing wrong?

Thanks for your help.

Mario

Comments

fubhy’s picture

Status: Active » Fixed

That's debug info. And that's fine. Take a look at your config.rb... And set "environment" to "production" or compile using "compass compile -e production --force" (overrides the environment settings from your config.rb to be "production"). That compiles it without the debugging information. The debugging information can be helpful during development though. Take a look at FireSass (for FireBug) for example.

Status: Fixed » Closed (fixed)

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