jrit / web-resource-inliner

Inlines img, script and link tags into the same file
MIT License
69 stars 30 forks source link

Unescape HTML entities in the URLs extracted from attributes #11

Closed thorn0 closed 9 years ago

thorn0 commented 9 years ago

Also optimize and improve regexps.

jrit commented 9 years ago

It seems like the tests should likely cover the spaces to the sides of = because that isn't particularly common and I could see someone removing that as unnecessary later if that wouldn't prompt a test failure. The rest of it looks good. Thanks.

thorn0 commented 9 years ago

Good point. Done.

jrit commented 9 years ago

Looks good.