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

Issue: apiName and defineName configurations break plugins when building #116

Closed MattJermyWright closed 11 years ago

MattJermyWright commented 11 years ago

Using apiName and defineName configurations will cause name errors when using plugins. This makes it very difficult to use the dist files.

unscriptable commented 11 years ago

Hey @MattJermyWright,

You are correct. This is part of what #72 will fix. Also see #70. Fwiw, #72 is very high on the priority list atm. If you need something working asap (and can't figure out how to modify the built files), you can find me on the #cujojs freenode channel.

Regards,

-- John

MattJermyWright commented 11 years ago

Nah, I've got it now. Thanks for the follow-up. :) Great code base, BTW - I love it!

-Matt