We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d3394 commit c27cc85Copy full SHA for c27cc85
README.md
@@ -294,7 +294,13 @@ source ~/.bash_profile
294
295
### Project assets
296
297
-You can add any files you want copied as-is to `src/assets/`.
+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
+```
304
305
### Global styles
306
0 commit comments