Bundle Fu plugin

Plugin details

Lots of tiny asset files will slow down your load time. Without requiring any additional xml/yml config files, bundle-fu makes asset bundling possible in two short lines of code.

Websitehttp://code.google.com/p/bundle-fu/ Repositoryhttp://bundle-fu.googlecode.com/svn/tags/bundle_fu/ Author Tim Harper Tags bundle, assets, optimization, ruby-on-rails, ror, plugin LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://bundle-fu.googlecode.com/svn/tags/bundle_fu/

Put the following around your stylesheets/javascripts (note it works with any method of including assets!):

<% bundle do %>

  ...
  <%= javascript_include_tag :defaults %>
  <%= javascript_include_tag :defaults %>
  <%= active_scaffold_includes %>
  <%= calendar_date_select_includes %>
  ...

<% end %>


Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (5 older versions) | Last edited by: scott, 8 months ago