gulp-fingerprint
gulp-fingerprint copied to clipboard
Not working in srcset attribute
Did you try replace mode?
Replace in srcset attribute isn't working in replace and regex mode.
Example: source
<img src="/img/logo.png" srcset="/img/logo.png 1x, /img/[email protected] 2x">
output
<img src=/img/logo-880e7a67.png srcset="/img/logo.png 1x, /img/[email protected] 2x">