There's an issue in 1.7.1 where Sass doesn't read all the options in production before it updates the stylesheets. Add "Sass::Plugin.update_stylesheets" in environment.rb and it should work.
- Nathan Michael Bannister wrote: > 1.7.1 > > On 10/14/07, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote: > >> Which version of Haml are you using? >> >> - Nathan >> >> mike wrote: >> >>> I'm probably missing something obvious but when I deploy my app >>> my :template_location doesn't seem to be registering right. I have the >>> following in config/environment.rb >>> >>> Sass::Plugin.options[:template_location] = RAILS_ROOT + "/app/views/ >>> layouts/sass" >>> >>> Everything's fine on my development machine or if on the production >>> machine i move my sass folder to the default location. >>> >>> Any ideas? >>> >>> Mike >>> >>> >>> >>> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
