Skip to content

Commit 8896cf1

Browse files
committed
Update deps.loadpaths docs
1 parent e3599fc commit 8896cf1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/mix/lib/mix/tasks/deps.loadpaths.ex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ defmodule Mix.Tasks.Deps.Loadpaths do
44
import Mix.Dep, only: [format_dep: 1, format_status: 1, check_lock: 1]
55

66
@moduledoc """
7-
Checks, compiles, and loads all dependencies along the way.
7+
Checks, compiles, and loads dependencies.
88
9-
If there is an invalid dependency, its status is printed
10-
before aborting.
9+
If a dependency has been fetched/updated and not yet compiled,
10+
it will be automatically compiled. If a dependency is missing
11+
or is invalid, its status is printed before aborting.
1112
1213
Although this task does not show up in `mix help`, it is
1314
part of Mix public API and can be depended on.

0 commit comments

Comments
 (0)