commit 04ba902c9a3560b1de8447424fee5ff5d9c56f94
tree 060a388c8b27fb33c24d0b63f44f01f300431327
parent e83ef00c4e30bedafafd1dcf743b97b16883057f
tree 060a388c8b27fb33c24d0b63f44f01f300431327
parent e83ef00c4e30bedafafd1dcf743b97b16883057f
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Nov 05 18:12:30 -0800 2009 | |
| |
History.txt | ||
| |
MIT-LICENSE.txt | Thu Nov 05 18:12:30 -0800 2009 | |
| |
README.rdoc | Thu Nov 05 18:15:46 -0800 2009 | |
| |
Rakefile | Tue Nov 03 06:44:02 -0800 2009 | |
| |
Thorfile | Thu Nov 05 19:18:41 -0800 2009 | |
| |
asset-trip.gemspec | ||
| |
init.rb | Mon Nov 02 14:06:55 -0800 2009 | |
| |
lib/ | ||
| |
spec/ | ||
| |
tasks/ | Tue Nov 03 14:48:28 -0800 2009 | |
| |
vendor/ | Mon Oct 12 20:49:04 -0700 2009 |
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.
Development of Asset Trip was kindly sponsored by Weplay
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
- bundle_fu
- asset_packager
- bundler
- sprockets
- git
- asset-hosting-with-minimum-ssl
- carsonified.com/blog/features/webapps/serving-javascript-fast/

