Am 04.06.2010 um 10:37 schrieb Gregory Ma: > I work on a website with many css files. To improve the performance of > the site I would to merge all my css file into one on the production > site. > I know I could do this using plugins, but I heard it is possible > natively within rails. > > Does someone know what it is?
See the :cache => true option of stylesheet_link_tag http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#M002231 Felix -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.