Open
Description
When configuring ContentVersionStrategy
we are experiencing a problem when a resource
referenced in a css file is modified (url with md5 hash changed) but the css
file itself remains exactly the same (same md5 hash).
We are not getting the last version as the application is rewritting the resource with the same hash (i.e: style-8736f7fc00b943645acfcde4d1456233.css
) but the actual content is different (different hashes in the rewritten urls inside de css file).
Are we doing something wrong?
Is there a way to compute de md5 hash (ContentVersionStrategy
) after content of the css has been transformed by the CssLinkResourceTransformer
?