Ember source code hosting URL for handlebars?

主宰稳场 提交于 2019-12-24 00:36:46

问题


I know that http://builds.emberjs.com/ has

  • Ember Latest Stable
  • Ember Data Latest

But where can I find the latest compatible handlebars source URL?

http://emberjs.com.s3.amazonaws.com/getting-started/handlebars.js is version 2 but the latest Ember requires version 3.


回答1:


You were almost there. You can find the latest compatible handlebars.js directly here:

http://builds.emberjs.com/handlebars-1.0.0.js

So this leaves you with:

  • http://builds.emberjs.com/handlebars-1.0.0.js
  • http://builds.emberjs.com/ember-latest.js
  • http://builds.emberjs.com/ember-data-latest.js

which should work nicely together.

Hope it helps.

Edit: note that handlebars must be included first.



来源:https://stackoverflow.com/questions/17437690/ember-source-code-hosting-url-for-handlebars

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!