I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Asset are not being copied dist folder if they are included in a library folder (even when they are added to the nest-cli.json)
Expected behavior
assets should be always copied to dist if the file type / folder pattern is included in the nest-cli.json
Minimal reproduction of the problem with instructions
https://github.com/raydaim/NestTest
What is the motivation / use case for changing the behavior?
Cannot include assets with libraries such as fonts / css files ...
Environment
[System Information]
OS Version : macOS Catalina
NodeJS Version : v10.16.3
YARN Version : 1.21.1
[Nest CLI]
Nest CLI Version : 7.1.2
[Nest Platform Information]
platform-express version : 7.0.0
common version : 7.0.0
core version : 7.0.0
I'm submitting a...
Current behavior
Asset are not being copied dist folder if they are included in a library folder (even when they are added to the nest-cli.json)
Expected behavior
assets should be always copied to dist if the file type / folder pattern is included in the nest-cli.json
Minimal reproduction of the problem with instructions
https://github.com/raydaim/NestTest
What is the motivation / use case for changing the behavior?
Cannot include assets with libraries such as fonts / css files ...
Environment