I don't think anything has changed in that respect unless you're running edge rails.
On Tue, Feb 8, 2011 at 4:06 AM, Daniel Lopes <[email protected]> wrote: > Hello Chris, > > But in 3.0 I was able to disable the compilation in an specific > environment. In my current version looks like Sass::Plugin.options > don't have any effect in the compilation proccess. Is that right? > > Is there any substitute for the options hash? > > On Feb 7, 9:19 pm, Chris Eppstein <[email protected]> wrote: > > it will be faster if you upgrade to the latest alpha but it will still be > > slower than 3.0 was. > > > > chris > > > > > > > > On Mon, Feb 7, 2011 at 2:07 PM, Daniel Lopes <[email protected]> > wrote: > > > 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 [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/haml?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
