Closed
Description
Currently, one can add asset folders by adding them to angular-cli.json's assets key. These assets will always be added regardless of environment.
I need to add test assets (stub-data) for test/development environments only - they should not be added to production. Hence I would like, angular-cli to support specifying different sets of asset folders depending on the build environment.
Another more general option, would be for angular-cli to support multiple angular-cli*.json files (additional files with environment specific overrides).
Metadata
Metadata
Assignees
Labels
No labels