slogsdon / mandrill-elixir

a Mandrill wrapper for Elixir
MIT License
51 stars 13 forks source link

Fix exrm release error by adding exjsx as an application dependency #5

Closed orendon closed 9 years ago

orendon commented 9 years ago

The error do not appear locally, neither on basic heroku setups, but it do not ship exjsx correctly when packaging the app using exrm on mix release

error details:

** (exit) an exception was raised:
   ** (UndefinedFunctionError) undefined function: JSX.encode!/1 (module JSX is not available)
       JSX.encode!([key: nil, message: [html: " ...
 (mandrill) lib/mandrill.ex:42: Mandrill.request/2
slogsdon commented 9 years ago

Thanks! :+1:

orendon commented 9 years ago

@slogsdon any chance to release 0.4.1? (would love to use this from hexpm rather than my local fork)

Thx

slogsdon commented 9 years ago

@orendon Will do tonight.

slogsdon commented 9 years ago

@orendon Updated! https://hex.pm/packages/mandrill/0.4.1

orendon commented 9 years ago

awesome, thanks @slogsdon