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

sharing assets?

adamwong246 opened this issue · comments

I'd really prefer that my client styles and my email styles be one and the same. Is this impossible? Moving my client/scripts to the root of the projects didn't work.

@adamwong246 Thing is we wanna read the CSS file from fisk (see https://github.com/lookback/meteor-emails/blob/master/emails.coffee#L123), and since Meteor is bundling up all client CSS, we can't reach it. Hence, it needs to live in private.