In a Rails application, if I group several stylesheets into one using caching, will the resulting file be automatically refreshed when one of the stylesheets is updated ?
stylesheet_link_tag "style1.css", "style2.css", :cache => "mystyles"
And, if not, how can I expire the resulting file ?