Load async modules that return Promises.
You get a
- a RequireJS plugin to load modules which return Promises.
- an AMD module with a minimal Promise interface , in case you don't want to load a Promise library.
This project is a fork of https://github.com/asengupta/requirejs-q
based on https://groups.google.com/forum/#!topic/requirejs/DW9A6VxwbA0
while I wasn't aware of https://github.com/jokeyrhyme/requirejs-promise .
Check the example folder.