mutewinter / tapas-with-ember

🚫 UNMAINTAINED: A Brunch skeleton for rapid Ember development. Including Ember installation scripts, environment-specific JS builds, generators, and Ember.vim support.
Other
127 stars 19 forks source link

Version conflict on `brunch new` #26

Closed kavika13 closed 9 years ago

kavika13 commented 9 years ago

I run the command brunch new gh:mutewinter/tapas-with-ember yarn-ember according to the setup instructions. I am getting an error that there is a version conflict for handlebars.js

I think it is because the latest Ember.js uses handlebars.js 2.0.0, and tapas-with-ember specifies handlebars version 1.3.0

mutewinter commented 9 years ago

Oh yep, that's a problem I recently had to solve for a project. I'll push a fix for this soon. Thanks for filing this issue.

kavika13 commented 9 years ago

Awesome. And thanks for the deprecation working in favor of ember-cli. It pushed me over the edge to figuring that tool out, and I'm already happier for it for Ember projects :)

mutewinter commented 9 years ago

Glad you liked that too :). It's definitely the path forward. Be sure to check out https://github.com/kimroen/ember-cli-coffeescript for coffeescript support.