Merge branch 'master' into ux-improvements

Conflicts:
	controllers/bonfire.js
	controllers/resources.js
	views/bonfire/show.jade
This commit is contained in:
Michael Q Larson
2015-03-29 13:05:39 -07:00
9 changed files with 191 additions and 53 deletions

2
app.js
View File

@ -401,6 +401,8 @@ app.get('/account/api', userController.getAccountAngular);
*/
app.get('/api/github', resourcesController.githubCalls);
app.get('/api/blogger', resourcesController.bloggerCalls);
app.get('/api/trello', resourcesController.trelloCalls);
/**
* Bonfire related routes