Asset Packager Updates 4

Posted by sbecker Fri, 10 Nov 2006 23:38:00 GMT

Some updates to Asset Packager

  • asset_packager now tolerates periods in asset names. (Ex: “admin.base.css”) Thanks Timur Vafin.
  • updated Capistrano integration docs
  • before the compressed assets were getting the subversion revision for the entire repository. Now they get the last modified revision possible for each file. Now it should work as intended – no revision stamp change unless the source files have been updated!
Comments

Leave a response

  1. Avatar
    stephan.kaag[at]holder.nl Tue, 14 Nov 2006 09:05:45 GMT

    It would be nice if AssetPackager can also handle engine- javascripts / stylesheets.

  2. Avatar
    Scott Becker Wed, 15 Nov 2006 15:19:07 GMT

    Tarmo – thanks, I’ll check into that.

  3. Avatar
    Scott Becker Wed, 15 Nov 2006 15:45:29 GMT

    Ooops, sorry Tarmo, I must’ve deleted your comment on accident while clearing out spam.

  4. Avatar
    Tarmo Fri, 17 Nov 2006 18:29:27 GMT

    No problem. The issue, if you don’t remember the details of my comment was that revision 27 of asset_packager causes images to be referred to as ”/path/image.png?” instead of the usual ”/path/image.png?timestamp” and that seems to cause some problems. It should either be ”/path/image.png” or ”/path/image.png?timestamp”.