This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Noah Davis and Joey Aghion (author)
Tue Dec 01 10:12:56 -0800 2009
commit 01ee70cc8c3ecbccd784c764c667edd163ec855a
tree 96f5d74b7c09fc17027ea24b60b2770581129447
parent 2d6dbeb86f1866633f389d764507d80e5c77b883
tree 96f5d74b7c09fc17027ea24b60b2770581129447
parent 2d6dbeb86f1866633f389d764507d80e5c77b883
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Nov 05 18:12:30 -0800 2009 | |
| |
History.txt | Mon Nov 09 09:27:32 -0800 2009 | |
| |
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 | Mon Nov 09 09:27:32 -0800 2009 | |
| |
init.rb | Mon Nov 02 14:06:55 -0800 2009 | |
| |
lib/ | Tue Dec 01 10:12:56 -0800 2009 | |
| |
spec/ | Tue Dec 01 10:12:56 -0800 2009 | |
| |
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/







