Skip to content

Commit 7029eee

Browse files
jbogarthydehansl
authored andcommitted
docs: add links to workspace-config page
1 parent e2707a4 commit 7029eee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/angular/cli/commands/build-long.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ either by direct editing or with the `ng config` command.
1111
These include `assets`, `styles`, and `scripts` objects that provide runtime-global resources to include in the project.
1212
Resources in CSS, such as images and fonts, are automatically written and fingerprinted at the root of the output folder.
1313

14-
For further details, see Workspace Configuration.
14+
For further details, see [Workspace Configuration](guide/workspace-config).
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
A workspace has a single CLI configuration file, `angular.json`, at the top level.
2+
The `projects` object contains a configuration object for each project in the workspace.
3+
4+
You can edit the configuration directly in a code editor,
5+
or indirectly on the command line using this command.
6+
7+
The configurable property names match command option names,
8+
except that in the configuration file, all names must use camelCase,
9+
while on the command line options can be given in either camelCase or dash-case.
10+
11+
For further details, see [Workspace Configuration](guide/workspace-config).

0 commit comments

Comments
 (0)