asset_packager
asset_packager copied to clipboard
Timestamp suffixes to images
I used to have a separate script that performed this after asset_packager had done its jobs, then I thought it would be good to have this as part of the build process. It will append ?127654756 style timestamps to any images referenced in the css file after packaging.
nice patch, really helps with changing assets :) btw: if you want to add tests to that, you may want to merge my fork
Thanks, I have merged in your test changes and I'll work on adding tests
I added specs and fixed a bug -> pull again