From 57f7996b6d2bee5a63902637fdec5b60b9a857cd Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Thu, 17 Jan 2019 12:18:49 -0800 Subject: [PATCH] docs: add asset config details (#28214) PR Close #28214 --- aio/content/guide/workspace-config.md | 52 ++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index 0788b7cedfeac..88945750f35ae 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -172,7 +172,57 @@ Some additional options (listed below) can only be set through the configuration | :------------------------- | :---------------------------- | | `fileReplacements` | An object containing files and their compile-time replacements. | | `stylePreprocessorOptions` | An object containing option-value pairs to pass to style preprocessors. | -| `assets` | An object containing paths to static assets to add to the global context of the project. The default paths point to the project's icon file and its `assets` folder. | +| `assets` | An object containing paths to static assets to add to the global context of the project. The default paths point to the project's icon file and its `assets` folder. See more below. | | `styles` | An object containing style files to add to the global context of the project. Angular CLI supports CSS imports and all major CSS preprocessors: [sass/scss](http://sass-lang.com/), [less](http://lesscss.org/), and [stylus](http://stylus-lang.com/). | | `scripts` | An object containing JavaScript script files to add to the global context of the project. The scripts are loaded exactly as if you had added them in a `