Issue originally reported by @tsloughter in Supersonido/rebar_mix#29
In testing I noticed that mix deps.get is called here https://github.com/Supersonido/rebar_mix/blob/master/src/rebar_mix_utils.erl#L138 which results in a bunch of deps being fetched under _build/default/lib//deps
Why is this the case? They aren't used are they, they aren't built at least so they must not be?
I can send a PR to remove it unless there is a reason it needs to be done.
Issue originally reported by @tsloughter in Supersonido/rebar_mix#29
In testing I noticed that mix deps.get is called here https://github.com/Supersonido/rebar_mix/blob/master/src/rebar_mix_utils.erl#L138 which results in a bunch of deps being fetched under _build/default/lib//deps
Why is this the case? They aren't used are they, they aren't built at least so they must not be?
I can send a PR to remove it unless there is a reason it needs to be done.