Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 ember 不是 AMD 的粉丝。ember 是否提供替代的异步脚本下载机制?我已经有一个脚本可以做到这一点。但是,如何配置 Ember 以推迟执行,直到所有文件都下载完毕?
谢谢
我在这里创建它只是为了存档目的。这是 Ember 论坛上的原始帖子和 pwagenet 回复的链接。
然后,您可以调用MyApp.deferReadiness(),当所有内容都加载后,调用 MyApp.advanceReadiness(). 将来,此类问题非常适合 StackOverflow。
MyApp.deferReadiness()
MyApp.advanceReadiness()
http://discuss.emberjs.com/t/async-script-downloading/542/4