gulp-fingerprint
gulp-fingerprint copied to clipboard
Fingerprint fails for URLs that do contain both double and single quotes
For example if you got a JavaScript code where something like this is included: var a = "href="+variable+'something'+variable+"/index.html";
It matches to the href, but then the href string does contain single quotes which fails horribly when parsing.