tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Router failing without explicit dependencies for Meteor 0.6.5 #121

Closed mizzao closed 11 years ago

mizzao commented 11 years ago

I was helping someone with updating their Meteor project to use the devel branch and realized that the missing packages were making Router fail silently because you check for Handlebars !== undefined.

This may or may not be everything that Router needs to be properly updated, but it worked fine for us after adding these. You should update as necessary.