gulp-css-rebase-urls
gulp-css-rebase-urls copied to clipboard
http(s)://-URLs should not be rebased
I guess the check
if (isAbsolute(url) && validator.isURL(url)) { ... }
should really read ||
? In case of URLs starting with "http(s)://...", isAbsolute() will return false but isURL() returns true.
@gitawego: Seems you've forked this project and added quite a few fixes. Do you have an opinion on this one?
ping @kjbekkelund
Sorry, I don't have time to maintain the repo. If you want to maintain it, let me know and I can add you as a maintainer. /cc @gitawego