-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, this should have been updated. When you did your PR there was a CI issue that caused it to fail tests, can you edit that sentence, rebase and push again?
@@ -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/`: |
There was a problem hiding this comment.
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:
Tweaks made. |
Thanks for the update, will merge soon! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Additional docs to supplement #2570