cmather / meteor-handlebars-server

Server side handlebars support for Meteor
80 stars 14 forks source link

Handlebars.templates is {} after upgrade to Meteor 0.9.2.2 #24

Open kdjakman opened 10 years ago

kdjakman commented 10 years ago

After upgrading Meteor from 0.8.3 to 0.9.2.2 and reinstalling the package to the new version ("cmather:handlebars-server" v2.0.0) my previously running app throws a TypeError because it tries to ececute a non existing function

Anybody else have this problem after upgrading?

I suspect my templates ('resetPasswordHtml.handlebars') were not even loaded & compiled anymore.

Sincerely, Kemal