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.88k stars 216 forks source link

More hello world OO + Curl... #103

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hey unscriptable,

Regarding https://github.com/cujojs/curl/issues/101, thank you for the hint.

I'm trying to do a hello world OO w/ Curl (and also load zepto) using the modern OO approach and stuck at basics of configuration: http://dl.dropbox.com/u/2127757/mod.zip - it has the entire starter project. (I or you could share these once they kick in).

Can I please get more help getting over the hump?

tia, Vic

unscriptable commented 12 years ago

Heh, there were a lot more than just curl/amd issues in there. :) Here's something that works: http://dl.dropbox.com/u/13371575/mod.zip

-- John