geuis/helium-css

CSS with relative paths are handled incorrectly

driverdan opened this issue · 1 comments

The findstylesheets function only works for full paths and absolute paths. If a CSS file has a relative path (eg "css/style.css") it will be appended to the site's domain without taking the rest of the path into account (eg "www.domain.comcss/style.css" instead of "www.domain.com/correct/path/css/style.css").

dalmaer committed a patch for this that I merged yesterday.