> There is a slight drawback, however, to the 2nd approach: the task I run
from within apps/a directory triggers the app in subdirectory to be
recompiled, which slightly annoys me every time.

I am a bit confused. If the app in subdirectory is being recompiled, it is
because it must be recompiled. Unless the issue is that it is being
compiled multiple times OR it is recompiling :c, that none of :a or :b
depend on.



*José Valim*
www.plataformatec.com.br
Skype: jv.ptec
Founder and Director of R&D

On Mon, Jun 20, 2016 at 4:50 PM, Hubert Łępicki <[email protected]
> wrote:

> Hey, so I have an umbrella app, that has 3 apps in it. apps/a, apps/b and
> apps/c, with their names :a, :b, and :c. There are some deps between the
> apps but I have dealt with that.
>
> Currently I can either run the mix task from the umbrella root, and it's
> being run recursively. Or I can cd to one of the app directories and run
> the task from within.
>
> There is a slight drawback, however, to the 2nd approach: the task I run
> from within apps/a directory triggers the app in subdirectory to be
> recompiled, which slightly annoys me every time.
>
> Is there a way to specify which apps I want to run the task in, without
> changing working directory to the apps/a or apps/b directory first?
>
> --
> You received this message because you are subscribed to the Google Groups
> "elixir-lang-talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elixir-lang-talk/feebd739-75bc-4bbc-acfc-e65228d4995b%40googlegroups.com
> <https://groups.google.com/d/msgid/elixir-lang-talk/feebd739-75bc-4bbc-acfc-e65228d4995b%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-talk/CAGnRm4LWVcYyTAtd6uScovuWyoWc_QMfNSr-BUDCzWEUYx8TSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to