cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.89k stars 216 forks source link

FR: ordered fallback urls #156

Closed dizzib closed 11 years ago

dizzib commented 11 years ago

Curling files off CDN can fail e.g. if google is banned in China.

Rather than erroring immediately, it would be handy if one or more fallback urls could be tried first, ideally in a given order.

dizzib commented 11 years ago

Sorry, github errored on submit and duplicated on resubmit