File tree 1 file changed +3
-2
lines changed
docs/documentation/stories
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Project assets
2
2
3
3
You use the ` assets ` array inside the build target in ` angular.json ` to list files or folders
4
- you want to copy as-is when building your project.
4
+ you want to copy as-is when building your project. if you think you need to exclude files,
5
+ consider not putting that thing in the assets
5
6
6
7
By default, the ` src/assets/ ` folder and ` src/favicon.ico ` are copied over.
7
8
@@ -23,7 +24,7 @@ The array below does the same as the default one:
23
24
]
24
25
```
25
26
26
- - ` glob ` is the a [ node-glob] ( https://github.com/isaacs/node-glob ) using ` input ` as base directory.
27
+ - ` glob ` is a [ node-glob] ( https://github.com/isaacs/node-glob ) using ` input ` as base directory.
27
28
- ` input ` is relative to the workspace root.
28
29
- ` ignore ` is a list of globs to ignore from copying.
29
30
- ` output ` is relative to ` outDir ` (` dist/project-name ` default).
You can’t perform that action at this time.
0 commit comments