Regarding 3, I would love to run mix assets.build in DepA from PrjA.
My current solution is to run a task that rebuilds the assets in another shell from DepA.
I was wondering if there’s a way to avoid that.
If this is for development than I think the easiest way is to use GitHub - falood/exsync: Yet another elixir reloader. and set its reload_callback to a function that calls the mix task. You’ll also have to use a path dependency.