begriffs / css-ratiocinator

because your CSS is garbage
MIT License
1.03k stars 49 forks source link

assume http when no protocol is specified #33

Closed losingkeys closed 11 years ago

begriffs commented 11 years ago

There's still a concern described in issue #32 about prepending http by default. Can you prepend it only on load failure instead?

losingkeys commented 11 years ago

We're only concerned about missing local files, right? Also, local files should take precedence over remote sites, right? If that's all the case then this last commit should do it, though I think I'll add a little more logging to avoid confusion.