mixu / gluejs

Build CommonJS modules for the browser via a chainable API
http://mixu.net/gluejs/
165 stars 13 forks source link

Update load-config.js #36

Closed emarschner closed 10 years ago

emarschner commented 10 years ago

handle alternative configuration styles supported by RequireJS (e.g. "var require = function existingRequire(...) {...}; var requirejs = {...};")

mixu commented 10 years ago

Awesome, thanks!