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

The corresponding image path string does not exist in the css file, what should I do?

Open ZhangChengLin opened this issue 3 years ago • 2 comments

Description

https://www.npmjs.com/package/flag-icon-css

Steps to reproduce

style.css

.flag-icon-ad {
    background-image: url(../flags/1x1/ad.svg);
}

rev-manifest.json "flag-icon-css/flags/1x1/ad.svg": "flag-icon-css/flags/1x1/ad-e15ddeabbf.svg",

无法实现图片url的替换。 nodejs版本: ^12.0.0

ZhangChengLin avatar Nov 15 '21 02:11 ZhangChengLin

@Richienb @sindresorhus

ZhangChengLin avatar Nov 28 '21 04:11 ZhangChengLin

is this still relevant?

benbieler avatar Jul 07 '22 14:07 benbieler