Skip to content

Small documentation change to Asssets Story - change "/src" to "src/" #12219

Closed
@redthor

Description

@redthor

Bug Report or Feature Request (mark with an x)

- [ x ] bug report -> please search issues before submitting
- [ ] feature request

Command (mark with an x)

- [ ] new
- [ x ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc

Just a small documentation change to the wiki in case someone else ends up spending a little bit of time on it:

diff --git a/stories-asset-configuration.md b/stories-asset-configuration.md
index 6d2f505..0c820ff 100644
--- a/stories-asset-configuration.md
+++ b/stories-asset-configuration.md
@@ -19,7 +19,7 @@ The array below does the same as the default one:
 ```json
 "assets": [
   { "glob": "**/*", "input": "src/assets/", "output": "/assets/" },
-  { "glob": "favicon.ico", "input": "/src", "output": "/" },
+  { "glob": "favicon.ico", "input": "src/", "output": "/" },
 ]

The assets part of the job does not give any feedback so it took me a moment to find why a file wasn't being placed appropriately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: docsRelated to the documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions