Hey. Long story short trying to add elixir to erlang project. Tried replace rebar3 with mix but with no luck. Now I’m trying add local elixir dependency to project. It kindly works. Problem is that every second run elixir part is not included.
Steps to reproduce:
$ rebar3 new app local_mix
$ cd local_mix
$ mix new ex_app
Now it’s not.
Just thinking but looks like ===> Upgrading ex_app line might remove app. And updating means “copying once again… but there is no compiled files anymore”
Didn’t found anything it those plugins that removes old app
Why It leaves app uncompiled (without ebin)