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

put curl.js on cdn #128

Closed unscriptable closed 11 years ago

unscriptable commented 11 years ago

https://github.com/cdnjs/cdnjs

pluma commented 11 years ago

+1

unscriptable commented 11 years ago

So far, curl.js is here: http://www.jsdelivr.com/#!curl.js

Going to get it up on cdnjs, too.

TODO: put in docs

unscriptable commented 11 years ago

Just landed on http://cdnjs.com/#curl too! :)

briancavalier commented 11 years ago

Awesome! Should we consider this for other cujo libs?

On Tue, Mar 5, 2013 at 8:16 PM, John Hann notifications@github.com wrote:

Just landed on http://cdnjs.com/#curl too! :)

Reply to this email directly or view it on GitHub: https://github.com/cujojs/curl/issues/128#issuecomment-14476636

unscriptable commented 11 years ago

I think not. curl.js makes sense since it's needed to bootstrap a web app. The only other download (at page load time) should be a built file (or two).

briancavalier commented 11 years ago

Sounds good