AssetPackager update 3
A long overdue update of AssetPackager is finally here:
- Rails 2.2 compatibility fixes
- Packages generated on demand in production mode. Running the asset:packager:build_all rake task no longer necessary.
- Now compatible with Git, and any other revision control system since revision numbers are no longer used.
- No more mucking with internal Rails functions, which means:
- Return to use of query-string timestamps. Greatly simplifies things.
- Multiple asset-hosts supported
- Filenames with ”.”’s in them, such as “jquery-x.x.x” are supported.
Get the latest at http://github.com/sbecker/asset_packager
Thanks to the many forkers for ideas and solutions.
Wonderful work Scott, you’ve made my day! Thank you
Many thanks!
Thanks for the update. It worked well after I resolved one small problem:
I had spaces in the path to my project. When I ran rake asset:packager:build_all I got a bunch of error messages. I removed the spaces from the path (a parent directory to the project) and it worked.
I’m running on Ubuntu 8.10 Desktop and NetBeans 6.1.