barrel-db / rebar3_elixir_compile

Elixir rebar3 compiler plugin
Other
90 stars 29 forks source link

discover apps from deps #6

Closed benoitc closed 8 years ago

benoitc commented 8 years ago

Right now it seems that the elixir applications are discovered from a static folder: https://github.com/barrel-db/rebar3_elixir/blob/master/src/rebar3_elixir_util.erl#L29

Instead we should use applications listed in deps and check if mix.exs is present and then compile it using mix until rebar.config is not present. Thoughts?

sivsushruth commented 8 years ago

Checks for mix.exs, if present uses mix to compile