Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jenniferahoward/ck-js-todo
Browse files Browse the repository at this point in the history
Conflicts:
	bower.json
	test/indexSpec.js
  • Loading branch information
Andrew Smith authored and Andrew Smith committed Apr 2, 2014
2 parents 4a981c9 + a7c19d3 commit 01308f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ requirejs.config({
'transitions': '../bower_components/durandal/js/transitions',
'jquery': '../bower_components/jquery/jquery',
'knockout': '../bower_components/knockout.js/knockout',
'bootstrap': '../bower_components/bootstrap/dist/js/bootstrap'
'bootstrap': '../bower_components/bootstrap/dist/js/bootstrap',
'sinon': '../bower_components/sinon/lib/sinon'
},
shim: {
'bootstrap': {
deps: ['jquery']
},
'sinon': {
exports: 'sinon'
}
}
});

0 comments on commit 01308f1

Please sign in to comment.