meteor-handlebars-server icon indicating copy to clipboard operation
meteor-handlebars-server copied to clipboard

Meteor 1.3 - Handlebars.templates is sometimes undefined

Open maxenceC opened this issue 8 years ago • 2 comments

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

maxenceC avatar Apr 06 '16 17:04 maxenceC

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

fakenickels avatar Jul 12 '16 03:07 fakenickels

@grsabreu awesome thanks!

sferoze avatar Oct 14 '16 14:10 sferoze