-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: multi-PWA container build with runtime theme switching #775
Conversation
a28ebed
to
97af2ce
Compare
9348772
to
5ee9fdf
Compare
eb75ca2
to
eaa5134
Compare
eaa5134
to
29d4821
Compare
@jometzner @shauke I rebased upon #630 due to performance test issue that was caused by #624 |
Thanks. I'm currently deploying that into our INT system. I'll keep you posted |
29d4821
to
0045ddd
Compare
c70554f
to
4fd7d8d
Compare
3256ec2
to
8418166
Compare
4fd7d8d
to
5f69504
Compare
2949ebd
to
2c03849
Compare
const force = process.argv.length > 2 && process.argv.slice(2).find(arg => arg === '-f' || arg === '--force'); | ||
const empty = process.argv.length > 2 && process.argv.slice(2).find(arg => arg === '--empty'); | ||
|
||
const environmentLocalPath = 'src/environments/environment.development.ts'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably only a small thing, but since the whole thing got renamed, we can also rename that variable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"historic footprint" 😅
2c03849
to
9ed0e9d
Compare
9ed0e9d
to
d434faf
Compare
PR Type
[x] Feature
[x] Refactoring (no functional changes, no API changes)
[x] Build-related changes
[x] CI-related changes
[x] Documentation content changes
[x] Application / infrastructure changes
What Is the Current Behavior?
The Intershop PWA only supports building one Angular application in the Docker image and uses runtime theming for switching brands. This way component overrides cannot be used automatically.
What Is the New Behavior?
Does this PR Introduce a Breaking Change?
[x] Yes
[ ] No
Other Information
breaking change notice for squash commit:
AB#64624