Skip to content

Commit 95aa0cf

Browse files
alan-agius4thePunderWoman
authored andcommitted
docs: update assets configuration to include followSymlinks option (angular#41238)
The `followSymlinks` is not listed in the assets configuration section. PR Close angular#41238
1 parent 0f0f34f commit 95aa0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aio/content/guide/workspace-config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ A asset specification object can have the following fields.
236236
* `input`: A path relative to the workspace root.
237237
* `output`: A path relative to `outDir` (default is `dist/`*project-name*). Because of the security implications, the CLI never writes files outside of the project output path.
238238
* `ignore`: A list of globs to exclude.
239+
* `followSymlinks`: Allow glob patterns to follow symlink directories. This allows subdirectories of the symlink to be searched. Defaults to `false`.
239240

240241
For example, the default asset paths can be represented in more detail using the following objects.
241242

0 commit comments

Comments
 (0)