meenie / munee

Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation
https://munee.herokuapp.com/
MIT License
833 stars 92 forks source link

Fix urls to 3rd party domain #34

Closed bezumkin closed 9 years ago

bezumkin commented 10 years ago

Correct handle of import fonts from remote domains, such as fonts.googleapis.com.

For example

@import url(http://fonts.googleapis.com/css?family=Ubuntu);

will not be transformed to

@import url(/inc/css/http://fonts.googleapis.com/css?family=Ubuntu);
nyanlynnhtut commented 10 years ago

+1 I have same problem for 3rd party domain.

bezumkin commented 10 years ago

Added fix for base64 encoded images https://github.com/bezumkin/munee/commit/943cdddad7b4783bd0d5550b080ee01982e344de

meenie commented 9 years ago

This has been fixed in #67

meenie commented 9 years ago

Sorry, I should have just merged this in. Trying to get all of these PR's sorted out ><. Someone had your changes in their PR but I didn't like part of it so I just pulled it out and created a commit not realising that this PR was here.