Commit f256920e authored by Stas SUȘCOV's avatar Stas SUȘCOV

Add handlebar.js to dependencies. Closes #217.

parent 1d831397
......@@ -3,8 +3,8 @@ require.config({
baseUrl: 'js/',
paths: {
jquery: '../../../assets/jquery.min',
// ember: 'http://cloud.github.com/downloads/emberjs/ember.js/ember-latest.min',
ember: 'lib/ember-latest',
handlebars: '../../../assets/handlebars.min',
text: 'lib/require/text',
jasmine: '../../../assets/jasmine/jasmine',
jasmine_html: '../../../assets/jasmine/jasmine-html'
......@@ -18,6 +18,7 @@ define( 'app', [
'app/controllers/entries',
'app/views/application',
'jquery',
'handlebars',
'ember'
], function( Router, Store, EntriesController, ApplicationView ) {
var App = Ember.Application.create({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment