simonhochrein / meteor-mjml

A MJML rendering helper for Meteor.js
11 stars 4 forks source link

Update mjml.js #3

Closed mkorban closed 6 years ago

mkorban commented 6 years ago

Change import Handlebars for fix issue https://github.com/simonhochrein/meteor-mjml/issues/2

simonhochrein commented 6 years ago

Looks good. Just wondering if it should be global.Handlebars instead of Handlebars on line 5. I may be wrong though, what do you think?

simonhochrein commented 6 years ago

Never mind, that's just for Node.JS. Looks good, thanks for helping.