-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P1Impacts a large percentage of users; if a workaround exists it is partial or overly painfulImpacts a large percentage of users; if a workaround exists it is partial or overly painfularea: @angular-devkit/build-angularseverity5: regressionstate: blockedtype: bug/fix
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.
maarten-vandevelde, keabarnes, dgsqrs, gbmeireles, ddehghan and 22 more
Metadata
Metadata
Assignees
Labels
P1Impacts a large percentage of users; if a workaround exists it is partial or overly painfulImpacts a large percentage of users; if a workaround exists it is partial or overly painfularea: @angular-devkit/build-angularseverity5: regressionstate: blockedtype: bug/fix