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

Modulus support?

adamwong246 opened this issue · comments

I am unable to get this package running on modulus. While I can set environmental variables, the actual path is subject to change and I have yet to uncover a method for exposing the path.

@adamwong246 if you restart the app after add this env variable? I use Dokku and get an error like this, after "rebuild" the app works fine.

Do you mean the BUNDLE_PATH environment variable? And if so, what value did you set?

I was able to fix this by using the process.env.APP_DIR variable, as per http://help.modulus.io/customer/en_us/portal/questions/12745491--dirname?new=12745491

#17