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.
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.