mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.45k stars 144 forks source link

Please add AMD Support like Require JS #66

Closed mariusfilipowski closed 12 years ago

mariusfilipowski commented 12 years ago

It would be cool to use amplify as an module without globals that can be "required" with AMD. JQuery, Knockout etc. also support such scenarios and the implementation is not difficult. See https://github.com/umdjs/umd/ for implementation tips...

scottgonzalez commented 12 years ago

Duplicate of #43.