Mix v1.5.1 mix deps.precompile View Source
Extension point for precompiling dependencies.
This is a task that can be aliased by projects that need to execute certain tasks before compiling dependencies:
aliases: ["deps.precompile": ["nerves.precompile", "deps.precompile"]]
By default, this task’s single responsibility is to load all dependency paths. Dependency loading is deliberately ad-hoc, loading as much as possible without validating the files.
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.