johndwells / Minimee

Minimize & combine your CSS and JS files. Minify your HTML. Because size (still) DOES matter.
http://johndwells.github.com/Minimee
56 stars 16 forks source link

Allow for protocol relative remote urls #4

Closed timkelty closed 11 years ago

timkelty commented 12 years ago

Currently you can't have a script/css remote href that starts with a //, while it should be totally valid as a protocol relative url.

http://paulirish.com/2010/the-protocol-relative-url/