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.

AssetPackager released! 110

Posted by sbecker Mon, 19 Jun 2006 16:33:00 GMT

Asset Packager has been released! (Formerly known as MergeJS) New features include:

  • support for css files
  • versioning of individual packages
  • use of more meaningful subversion revision numbers (if available) (thanks Chris Van Pelt!)
  • namespaced rake tasks
  • no more revision numbers in the yaml file
  • lotsa refactoring
  • unit tests
  • more intuitive names for everything!

Go here to check it out: AssetPackager