btw, the solution came from one of Jacques' snippets: http://www.codecollector.net/jcnetdev/library/4014/Configure_Sass
On May 25, 4:14 pm, Ming <[email protected]> wrote: > I don't know if my successful action is related to your suggestion -- > I still see a lot of old (and new) files in sass-cache. > > I tried "compass compile" which did seem to see my custom sass files. > > So I dug some more and returned to my initial suspicions and change my > insertion in init.rb: > > Merb::Plugins.config[:sass][:template_location] = { "#{Merb.root}/ > app/stylesheets" => "#{Merb.root}/public/stylesheets"} > > The sass files compile again. > > On May 25, 10:58 am, Tony Mann <[email protected]> wrote: > > > > > Try removing the tmp/sass-cache folder. Sometimes it gets "clogged up" with > > old files. > > > ..tony.. > > > On Mon, May 24, 2010 at 11:19 PM, Ming <[email protected]> wrote: > > > I had the Compass / Haml / Sass combo working fine before and sometime up > > > to merb 1.1.0-pre. Now that I've upgraded to Merb 1.1.0, I've noticed > > > that > > > my changes to sass files, eg master.sass, no longer get compiled. (The > > > Haml > > > continues to render properly.) > > > > in Gemfile, I have, as modified for the new bundler, > > > > gem "haml" > > > gem "merb-haml" > > > gem "compass" > > > > in init.rb, I have, as always, > > > > Merb::Config.use do |c| > > > ... > > > #Added to support the Compass SASS MetaFramework > > > c[:compass] = { > > > :stylesheets => 'app/stylesheets', > > > :compiled_stylesheets => 'public/stylesheets/compiled' > > > } > > > ... > > > end > > > > I've tried adding > > > > Merb::Plugins.config[:sass] = { :template_location => > > > Merb.root+'/app/stylesheets' } > > > > above > > > > Merb::BootLoader.after_app_loads do > > > > to no avail. > > > > TIA. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "merb" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected] <merb%[email protected]>. > > > For more options, visit this group at > > >http://groups.google.com/group/merb?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "merb" 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 > > athttp://groups.google.com/group/merb?hl=en. -- You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en.
