gulp-fingerprint icon indicating copy to clipboard operation
gulp-fingerprint copied to clipboard

Not working in srcset attribute

Open khmelevskii opened this issue 10 years ago • 2 comments

khmelevskii avatar Dec 26 '14 16:12 khmelevskii

Did you try replace mode?

tenphi avatar Dec 27 '14 09:12 tenphi

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">

khmelevskii avatar Jan 18 '15 20:01 khmelevskii