gulp-css-rebase-urls icon indicating copy to clipboard operation
gulp-css-rebase-urls copied to clipboard

http(s)://-URLs should not be rebased

Open mpdude opened this issue 10 years ago • 3 comments

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.

mpdude avatar Oct 15 '14 22:10 mpdude

@gitawego: Seems you've forked this project and added quite a few fixes. Do you have an opinion on this one?

mpdude avatar Aug 08 '15 16:08 mpdude

ping @kjbekkelund

mpdude avatar Aug 08 '15 20:08 mpdude

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

kimjoar avatar Oct 09 '15 11:10 kimjoar