I'm using Rails 2.0.2, and Haml 1.8.2 and have this line in my application layout: = stylesheet_link_tag :all, :cache => true
According to Rails docs it's supposed to chunk all the css into one single file in production, but generate several lines (one for each css) in development mode of Rails. All very cool :) Thing is, it does not work. The sass->css conversion takes place, and the css files are generated. But they are not inserted into the rendered pages. Other css files that are not sass generated are working correctly. Well, I figure I'll just refresh the page - and the second time a request comes in Rails will just see the new css files and grab them. But it does not work, I keep seeing the single non-sass css file I have in public/stylesheets. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
