angular-seed
angular-seed copied to clipboard
Add ability to have multiple different production-type builds
Add the ability to build multiple different styles of production environments
- [ ] Add DevConfig type file that stores the current environment (local, prod, other prod types)
- [ ] Add ability to specify which environment name to use when running prod builds, ie
npm run build --env=NONPROD