Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will Almond support external modules? #11

Closed
doronin opened this issue Jan 20, 2012 · 1 comment
Closed

Will Almond support external modules? #11

doronin opened this issue Jan 20, 2012 · 1 comment

Comments

@doronin
Copy link

doronin commented Jan 20, 2012

RequireJS allows to load modules from external domains if config.paths contains a setting that start with "http://" (http://requirejs.org/docs/api.html#config-paths)
Will Almond support external modules?

@jrburke
Copy link
Member

jrburke commented Jan 21, 2012

Not likely, the reason almond is so small is because it can cut out the dynamic loading machinery and assume all modules are named modules that are locally available. There are other loaders like curl and dojo that may be smaller than requirejs, but larger than almond, but support dynamic loading.

@jrburke jrburke closed this as completed Jan 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants