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({ ...@@ -3,8 +3,8 @@ require.config({
baseUrl: 'js/', baseUrl: 'js/',
paths: { paths: {
jquery: '../../../assets/jquery.min', jquery: '../../../assets/jquery.min',
// ember: 'http://cloud.github.com/downloads/emberjs/ember.js/ember-latest.min',
ember: 'lib/ember-latest', ember: 'lib/ember-latest',
handlebars: '../../../assets/handlebars.min',
text: 'lib/require/text', text: 'lib/require/text',
jasmine: '../../../assets/jasmine/jasmine', jasmine: '../../../assets/jasmine/jasmine',
jasmine_html: '../../../assets/jasmine/jasmine-html' jasmine_html: '../../../assets/jasmine/jasmine-html'
...@@ -18,6 +18,7 @@ define( 'app', [ ...@@ -18,6 +18,7 @@ define( 'app', [
'app/controllers/entries', 'app/controllers/entries',
'app/views/application', 'app/views/application',
'jquery', 'jquery',
'handlebars',
'ember' 'ember'
], function( Router, Store, EntriesController, ApplicationView ) { ], function( Router, Store, EntriesController, ApplicationView ) {
var App = Ember.Application.create({ 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