Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

build: fix fetch assets local script #198

Merged
merged 1 commit into from
Jun 25, 2017

Conversation

devversion
Copy link
Member

@devversion devversion commented Jun 24, 2017

  • Currently the fetch-assets-local script tries to copy every .html file to the src/assets folder.
    This includes multiple README.html files. Bash at this point complains that there are multiple files with the same name are copied to the same destination.
  • Also ensures that the CWD of the fetch script is always the root of the project.

image

* Currently the `fetch-assets-local` script tries to copy every `.html` file to the `src/assets` folder.
  This includes multiple `README.html` files. Bash at this point complains that there are multiple files with the same name are copied to the same destination.
* Also ensures that the CWD of the fetch script is always the root of the project.
Copy link
Contributor

@amcdnl amcdnl left a comment

Choose a reason for hiding this comment

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

LGTM

@jelbourn jelbourn merged commit 1acc345 into angular:master Jun 25, 2017
@devversion devversion deleted the build/fetch-assets-local branch June 25, 2017 15:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants