[docs] Remove false information about recursive include fields
parent
8dd2a72e8d
commit
3b40771089
|
@ -121,8 +121,8 @@ This field is optional.
|
||||||
#### includes
|
#### includes
|
||||||
|
|
||||||
For large repositories it is possible to split the `packages.json` into
|
For large repositories it is possible to split the `packages.json` into
|
||||||
multiple files. The `includes` field from the root `packages.json` allows you
|
multiple files. The `includes` field allows you to reference these additional
|
||||||
to reference these additional files.
|
files.
|
||||||
|
|
||||||
An example:
|
An example:
|
||||||
|
|
||||||
|
@ -141,8 +141,7 @@ An example:
|
||||||
}
|
}
|
||||||
|
|
||||||
The SHA-1 sum of the file allows it to be cached and only re-requested if the
|
The SHA-1 sum of the file allows it to be cached and only re-requested if the
|
||||||
hash changed. Do note that `includes` are not resolved recursively, they can
|
hash changed.
|
||||||
only be specified in the root `packages.json`.
|
|
||||||
|
|
||||||
This field is optional. You probably don't need it for your own custom
|
This field is optional. You probably don't need it for your own custom
|
||||||
repository.
|
repository.
|
||||||
|
|
Loading…
Reference in New Issue