Bundle-Fu: Rails plugin to reduce overhead by bundling assets together
Bundle-Fu is a new plugin by Tim Harper that can bundle CSS and JavaScript content from separate files into one file each automatically to reduce the amount of <scrip> and <link> includes required on the pages within your Rails applications.
October 29, 2007 at 7:36 am
A similar feature was added to Rails 8 months ago: http://dev.rubyonrails.org/changeset/6164
javascript_include_tag :all, :cache => true
stylesheet_link_tag :all, :cache => true
October 29, 2007 at 2:17 pm
Good, I was worried about the amount of links in my code. :)
On a more relevant note, didn't I hear DHH say something like this was going to be included in Rails 2.0 at Railsconf?
October 29, 2007 at 2:18 pm
That should read "amount of \ links".
October 29, 2007 at 2:20 pm
Oh bloody hell. One more try then I'll stop embarrassing myself: >scrip<