bstrahija / assets-ci

Simple assets library for CodeIgniter. Ability to combine, minify and use the Less syntax.
http://creolab.hr
112 stars 31 forks source link

Protocol-relative URL bug on IE #28

Closed nyangry closed 12 years ago

nyangry commented 12 years ago

libraries/assets.php on Line: 613 $new_href = str_replace("http://", "//", $new_href);

This code causes problem that IE can't load url.

reference: http://stackoverflow.com/questions/7408189/protocol-relative-url-in-css-for-multiple-subdomains

bstrahija commented 12 years ago

This should be fixed in the latest version, please test it so I can tag the new version ;)