When you update/change an image in your module, the browser will still show a cached version.
Steps to reproduce
- Save an image in your module under
/images/Image1.jpg
- Release/update the module
- Replace the image at
/images/Image1.jpg with a new/updated image.
- The old image will still show
I think it would be smart, if the MMLC would link the module images with a hash of the image so the browser is forced to download it again if it changes.
When you update/change an image in your module, the browser will still show a cached version.
Steps to reproduce
/images/Image1.jpg/images/Image1.jpgwith a new/updated image.I think it would be smart, if the MMLC would link the module images with a hash of the image so the browser is forced to download it again if it changes.