rebar3_elixir_compile is a great plugin and appeared to be very useful. Nevertheless, it has some defaults that did't fit. I have tried to generalize them.
Added cdn option to elixir_opts.
Some companies tend to use a private repo for hex tarballs, so I have introduced an optional elixir_opts setting, cdn, that can be used like this:
Hello!
rebar3_elixir_compile
is a great plugin and appeared to be very useful. Nevertheless, it has some defaults that did't fit. I have tried to generalize them.Added cdn option to elixir_opts.
Some companies tend to use a private repo for hex tarballs, so I have introduced an optional
elixir_opts
setting,cdn
, that can be used like this:Fixed lib compilation for profiles other than dev.
With
env
set toprod
, one gets an error:I have tried to fix this issue.