neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

when there is external links in content, it does not render correctly. #3

Closed JohnKimDev closed 11 years ago

JohnKimDev commented 11 years ago

for examples, if a CSS contains one of the following

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

the cache folder path is added to the front of the URL instead of rending external URLs as it is.