might work better if I include comment routes…

This commit is contained in:
Sacha Greif 2015-04-23 10:39:37 +09:00
parent 2bf08e59ac
commit c1074a2e5b
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
// Controller for comment pages
Comments.controllers = {};
Comments.controllers.page = RouteController.extend({
waitOn: function() {
return [

View file

@ -17,6 +17,7 @@ Package.onUse(function (api) {
api.add_files([
'lib/comments.js',
'lib/routes.js'
], ['client', 'server']);
api.add_files([