j-mcnally / ember-cli-chrome

A small and growing toolkit to build chrome extensions with EmberJS
62 stars 12 forks source link

Versions compability #10

Closed rafaltrojanowski closed 9 years ago

rafaltrojanowski commented 9 years ago

Hi,

I get: Uncaught TypeError: template.buildRenderNodes is not a function

when I upgraded Ember to 1.13.5

Is it possible to use ember-cli-chrome with latest version? Which template compiler should I choose? Does it support HTMLbars?

Probably this problem isn't related to add-on directly, I'd like make sure. Btw ember CLI Version 1.13.1 is available.

Cheers

rafaltrojanowski commented 9 years ago

It works with CLI 1.13.1 and HTMLBars as well. I had problem with old handlebars(1.3.0).