-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
I would like to be able to "cache bust" my images, that is add a fragment of a hash to the filename as a final step in the processing, sorta like mv foo.jpg foo.$(shasum foo.jpg | head -c 8).jpg. I've taken a look at the source for this plugin, and don't think it would be too difficult to add. I would be willing to make a PR for this functionality if the maintainers think it belongs here.