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 ?
You can call MyApp.deferReadiness() then, when everything is loaded, call MyApp.advanceReadiness(). In the future, questions like this are ideal for StackOverflow.