lookback / meteor-emails

Improved Meteor emails with templating, previews and automated CSS/SCSS inlining.

Home Page:https://atmospherejs.com/lookback/emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Unknown language jade

adamwong246 opened this issue · comments

seems to be a already known load order issue. meteorhacks/meteor-ssr#22

I'm not sure if this is a bug with meteor-emails or with meteor-ssr?

Hi!

This package just passes along the option to choose language to meteor-ssr. It's probably something concerning that package. Is including Jade before SSR helping?

by "before" do you mean the order of the .meteor/packages file?

But I tried that and no cigar.

Perhaps I need to add it as a weak dependency, but in the linked issue thread in meteor-ssr, that doesn't seem to work either?

According to its README:

Note: the order in which you add jade and SSR matters! First add jade as a dependency and then SSR, otherwise the jade-compiler can not be located by Meteor.

So perhaps you have to manually add Jade first and then this package. Clunky.