bartsqueezy / ember-handlebars-brunch

This Brunch plugin adds support for pre-compiling Ember Handlebars templates prior to runtime
MIT License
9 stars 32 forks source link

Update to RC4 #4

Closed ghost closed 11 years ago

ghost commented 11 years ago

Both Ember and Handlebars are now at RC4. Could we get an update for this? I've tried most of the morning to get it to work, but have had no success until now. I'm happy to make it happen if somebody could lend a hand.

bartsqueezy commented 11 years ago

Thanks for the friendly reminder! I will work on this tomorrow.

bartsqueezy commented 11 years ago

After testing to ensure that an upgrade to ember rc-5 would not break this plugin, I discovered that there is a bug within ember.js that prevents using the ember-template-compiler dist with the latest handlebars.js 1.0.0. It does, however, work with 1.0.0-rc.4. Until I can debug what the problem is here, I'm just going to upgrade ember to rc-5 and leave handlebars.js at rc-4. Once a fix is in place, I'll upgrade handlebars to the latest release.

Thanks again!