Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Bundle-Fu: Rails plugin to reduce overhead by bundling assets together

By Peter Cooper / October 29, 2007

Bundle-Fu
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.

Comments

  1. Christian Hellsten says:

    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

  2. Saxon says:

    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?

  3. Saxon says:

    That should read "amount of \ links".

  4. Saxon says:

    Oh bloody hell. One more try then I'll stop embarrassing myself: >scrip<

Other Posts to Enjoy

Twitter Mentions