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

Fingerprint fails for URLs that do contain both double and single quotes

Open bardiir opened this issue 8 years ago • 0 comments

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.

bardiir avatar Jul 18 '15 15:07 bardiir