Skip to content

Files declared in .angular-cli "assets" are not copied #9230

Closed
@rbluethl

Description

@rbluethl

Versions

Angular CLI: 1.6.4
Node: 8.9.4
OS: win32 x64

Repro steps

My assets are defined as follows in .angular-cli.json (pretty much the default configuration):

"assets": [
  "assets",
  "favicon.png"
]

However, the files are not copied. Neither the assets folder, nor the favicon.
This only arises with @angular/[email protected]. With 1.6.3, everything works fine.

Mention any other details that might be useful (optional)

Can't really tell you anything else, as no errors or whatsoever are thrown during the build.
The declared assets are just missing in the output directory upon build completion.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions