8000 Simple AMD · Issue #1043 · mootools/mootools-more · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple AMD #1043

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

Closed
subtleGradient opened this issue Oct 3, 2011 · 2 comments
Closed

Simple AMD #1043

subtleGradient opened this issue Oct 3, 2011 · 2 comments
Assignees
Milestone

Comments

@subtleGradient
Copy link
Member

Cf. mootools/mootools-core#2102

@ghost ghost assigned subtleGradient Oct 3, 2011
@subtleGradient
Copy link
Member Author

More should use mootools-core as the root package name for requiring anything from Core.

i.e. for Events.Pseudos...

/*<AMD>*/define(['mootools-core/Source/Class/Class.Extras', 'slick/parser'],function(Events, Slick){/*</AMD>*/

// current code here

/*<AMD>*/
return Events.Pseudos;
});
/*</AMD>*/

This way people won't have to add an AMD config 80% of the time.

@ibolmo
Copy link
Member
ibolmo commented Mar 3, 2014

Likely not going to happen any time soon™.

@ibolmo ibolmo closed this as completed Mar 3, 2014
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
0