Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Ember.js Getting Started with Ember.js Setting up an Ember app

I'm having trouble downloading handlebars

I'm just getting set up with Ember. The latest release build is version 1.11.*. I've taken a look around the Ember website, but can't track down the handlebars download link. Do I still need to download this dependency? If so, do you know where I can find it?

2 Answers

Ahhhhh, always read the teacher notes!!

Ember 1.10 and later replaces Handlebars with a variant called HTMLbars. If you'd like to use the most recent version of Ember, instead of downloading Ember and Handlebars as described in this video, download the Starter Kit from emberjs.com, then open the ZIP file and copy js/libs/ember-1.10.0.debug.js and js/libs/ember-template-compiler-1.10.0.js to your lib folder. Add a <script> tag for ember-template-compiler-1.10.0.js instead of handlebars-1.3.0.js.

But wait! I'm still having touble tracking down the 'Starter Kit', atleast via the website. The github repo is here