Hello,

I'm moving my project to SCSS. Everything went really well but when I
run my acceptance specs it's 6x slower than before.

I tried change the options but without success:

  config.after_initialize do
    Sass::Plugin.options[:always_check]  = false
    Sass::Plugin.options[:always_update] = false
  end

My current workaround is avoid sass in test env with bundler. I'm
using sass 3.1.0.alpha.21 with Rails 3.0.1 .

Any sugestion of how I should fix this? Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to