AssetPackager update 3

Posted by sbecker Sun, 30 Nov 2008 10:11:00 GMT

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.

Comments

Leave a response

  1. Avatar
    Michael Sun, 30 Nov 2008 17:45:14 GMT

    Wonderful work Scott, you’ve made my day! Thank you

  2. Avatar
    Ben Sun, 30 Nov 2008 20:16:38 GMT

    Many thanks!

  3. Avatar
    Larry Thu, 04 Dec 2008 19:06:44 GMT

    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.