W3cubDocs

/Elixir 1.11

mix deps.precompile

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.

© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/mix/1.11.2/Mix.Tasks.Deps.Precompile.html