Skip to content

Commit 88ccf15

Browse files
simeMRHarrison
authored andcommitted
chore(docs): add sample project asset array
Close angular#2905
1 parent 86db69c commit 88ccf15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,13 @@ source ~/.bash_profile
294294

295295
### Project assets
296296

297-
You can add any files you want copied as-is to `src/assets/`.
297+
You use the `assets` array in `angular-cli.json` to list files or folders you want to copy as-is when building your project:
298+
```json
299+
"assets": [
300+
"assets",
301+
"favicon.ico"
302+
]
303+
```
298304

299305
### Global styles
300306

0 commit comments

Comments
 (0)