Skip to content

Sample project asset array #2905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,13 @@ source ~/.bash_profile

### Project assets

You can add any files you want copied as-is to `src/assets/`.
You can add any files you want copied as-is to `dist/`:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you reword this sentence to:

You use the `assets` array in `angular-cli.json` to list files or folders you want to copy as-is when building your project:

```json
"assets": [
"assets",
"favicon.ico"
]
```

### Global styles

Expand Down