mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
might work better if I include comment routes…
This commit is contained in:
parent
2bf08e59ac
commit
c1074a2e5b
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
// Controller for comment pages
|
||||
|
||||
Comments.controllers = {};
|
||||
|
||||
Comments.controllers.page = RouteController.extend({
|
||||
waitOn: function() {
|
||||
return [
|
||||
|
|
|
@ -17,6 +17,7 @@ Package.onUse(function (api) {
|
|||
|
||||
api.add_files([
|
||||
'lib/comments.js',
|
||||
'lib/routes.js'
|
||||
], ['client', 'server']);
|
||||
|
||||
api.add_files([
|
||||
|
|
Loading…
Add table
Reference in a new issue