Using Rails3 (b3) app with haml 3.0.10, I'm unable to generate CSS from my sass files @ public/stylesheets/sass. I don't see an error in my rails console, so I'm not sure where the point of failure is. That said, 'sass --watch public/stylesheets/sass:public/stylesheets' is working just fine, but we'd really like to figure out why sass and rails aren't playing nicely.
Any suggestions on debugging this? Is there a specific location for sass errors? Thanks! Gemfile: gem 'rails', '3.0.0.beta3' gem 'sqlite3-ruby', :require => 'sqlite3' gem 'haml' gem 'rails3-generators', :group => :development -- 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.
