brynary / asset-trip

Rails asset bundling plugin that will expand your mind

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.rdoc
file Rakefile Tue Nov 03 06:44:02 -0800 2009 Add rake whitespace task [brynary]
file init.rb Mon Nov 02 14:06:55 -0800 2009 Avoid double-require of asset_trip.rb wiping ou... [brynary]
directory lib/
directory spec/
directory tasks/ Tue Nov 03 14:48:28 -0800 2009 Add rake task for pruning assets not in the cur... [brynary]
directory vendor/ Mon Oct 12 20:49:04 -0700 2009 Add YUI Compressor [brynary]
README.rdoc

Asset Trip

Asset Trip bundles JavaScript and CSS files at deploy time. The assets are then served from a Git-esque object store in the application’s public directory.

Features and Benefits

  • Reliable cache busting strategy, even during graceful deploys
  • Develop in app/, deploy to public/
  • Efficient compression of JavaScript and CSS from the YUI Compressor
  • Fast at runtime. No bundling or File mtime checking slowing down your production requests
  • Simple, powerful all-Ruby configuration files

Hat tips