|
Project Information
Members
Featured
Wiki pages
Links
|
NOTE: I know longer have any intention of maintaining this project. Unfortunately, I just don't do anymore Ruby on Rails front-end work. If you have sufficient interest and would like to take this project over, please contact me. Thank you. Tim Harper
WHY BUNDLE-FU IS SPECIALWeb 2.0 sites have lots of tiny javascript/css files, which causes one extra round trip per file to the server and back! This is bad! Bundle-fu throws it all up into a big package and sends it out all at once. Bundle-fu can speed your load time up around 50%. It:
USAGE / INSTALLATIONStep 1Install this plugin git clone git://github.com/timcharper/bundle-fu.git vendor/plugins/bundle-fu && rm -rf vendor/plugins/bundle-fu/.git Step 2Put the following around your stylesheets/javascripts (note it works with any method of including assets!): <% bundle do %>
...
<%= javascript_include_tag "prototype" %>
<%= stylesheet_link_tag "basic.css" %>
<%= calendar_date_select_includes "red" %>
<script src="javascripts/application.js" type="text/javascript"></script>
...
<% end %>That's it! HELP
OTHER RUBY ON RAILS ASSET BUNDLERSBundle-fu isn't the only Ruby on Rails plug-in that will bundle assets. It simply has a new approach to doing so. Other asset bundling solutions:
Author:Tim C. Harper - irb(main):001:0> ( 'tim_see_harperATgmail._see_om'.gsub('_see_', 'c').gsub('AT', '@') )
|