Async script downloading

Hi

I know ember is not a fan of AMD. Does ember provide an alternative Asynchronous script download mechanism ? I have a script that does this already. But, how do I configure Ember to hold off on execution till all the files have downloaded ?

Thanks

You can call MyApp.deferReadiness() then, when everything is loaded, call MyApp.advanceReadiness(). In the future, questions like this are ideal for StackOverflow.

This topic is now invisible. It will no longer be displayed in any topic lists. The only way to access this topic is via direct link.