cmather / meteor-handlebars-server

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

Meteor 1.3 - Handlebars.templates is sometimes undefined #35

Open maxenceC opened 8 years ago

maxenceC commented 8 years ago

Whenever my local server start, or when I deploy to my servers with mupx, Handlebars.templates will sometimes be undefined, resutling in errors.

I didn't have this problem on Meteor 1.2, neither on the previous versions.

It happens 1 time over 3 build

fakenickels commented 8 years ago

Yes, the Handlebars namespace doesn't get properly populated. At my company we rewrote the package with the new Meteor plugin API and solved all these problems. Try out our version on https://atmospherejs.com/astrocoders/handlebars-server

sferoze commented 7 years ago

@grsabreu awesome thanks!