Bug: minify inserts remote host to relative src of local *.css files
-
Hi,
minify incorrectly inserts “https://fonts.googleapis.com/” into “url(…)” with relative paths to merged CSS file.
Examples:src: url(‘https://fonts.googleapis.com/font/revicons.eot?5510888’);
cursor: url(https://fonts.googleapis.com//closedhand.cur), default !important;
background-image: url(https://fonts.googleapis.com/assets/images/iLightbox/smooth-skin/arrows_horizontal.png);By changing of order of CSS files I realizeed, that https://fonts.googleapis.com/ is inserted ONLY AFTER first processing of remote CSS from https://fonts.googleapis.com/. This remote host is inserted to all following relative URLs, even if they come from localhost.
- The topic ‘Bug: minify inserts remote host to relative src of local *.css files’ is closed to new replies.