My company has two brands they want to represent with the same application but want to use different themes for each brand and require the same build configuration be used for both of them. At runtime we can differentiate the two with the URL.
How could I go about having the Angular build process compile another scss
file separately from the typical styles.scss
file so we have two .css
files in the built project?