stefanpenner/ember-app-kit

Modular loading of plugins in /vendor

Closed this issue · 1 comments

I have a list of (javascript) plugins that I would like to load asynchronously to speed up load time. I attempted to use

require(["/vender/nameofplugins/plugin.min.js"])

but that doesn't seem to comply with the require/requirejs functionality provided with EAK. Any thoughts?

we don't support asynchronous loading at the moment. We plan to when we transition to an implementation of the es6 loader such as: http://jspm.io/

It should be possible to accomplish this, but it is not something this project officially supports yet.