toranb / ember-template-compiler

An npm module for the ember-template-compiler.js file that ships with ember.js
MIT License
30 stars 23 forks source link

Is the 1.7 compiler friendly for hbs 1.3 + ember 1.8 ? #26

Closed toranb closed 9 years ago

toranb commented 9 years ago

@rwjblue I just wanted to open an issue for others who might drop by -

If I want to run the most up-to-date stable build TODAY would the following be compatable ?

ember 1.8 ember-template-compiler 1.7 handlebars 1.3

If not, what else should I use if I'm not yet ready to make the jump from hbs to htmlbars ?

rwjblue commented 9 years ago

For Ember 1.0.0 through 1.8.x (not sure if we will have point releases), folks can use any version of ember-template-compiler less than 1.9.0-alpha along with Handlebars 1.x.

toranb commented 9 years ago

Awesome! Thanks for the public clarification :)