Closed
Description
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.