Add Mix.Task.Compiler.after_compiler/2 callback, to simplify compilers that may need to run something at multiple steps
Always recompile before running tasks from dependencies
Ensure project's Logger config is used when running Mix tasks
Module
4 changes across 2 versions
Changes by version
Add Mix.Task.Compiler.after_compiler/2 callback, to simplify compilers that may need to run something at multiple steps
Always recompile before running tasks from dependencies
Ensure project's Logger config is used when running Mix tasks
Ensure non-recursive tasks inside umbrella are reenabled