Asset Packager Updates 4
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!
It would be nice if AssetPackager can also handle engine- javascripts / stylesheets.
Tarmo – thanks, I’ll check into that.
Ooops, sorry Tarmo, I must’ve deleted your comment on accident while clearing out spam.
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”.