Skip to content

Conversation

platosha
Copy link
Contributor

Fixes #22517

@vaadin vaadin deleted a comment from github-actions bot Oct 15, 2025
Copy link

github-actions bot commented Oct 15, 2025

Test Results

1 273 files  + 19  1 273 suites  +19   1h 17m 36s ⏱️ -26s
8 803 tests +129  8 736 ✅ +129  67 💤 +1  0 ❌  - 1 
9 259 runs  +132  9 182 ✅ +132  77 💤 +1  0 ❌  - 1 

Results for commit e6f8dc0. ± Comparison against base commit 84b2362.

♻️ This comment has been updated with latest results.

Copy link

entryPoint.getModulesDevelopmentOnly()
.addAll(classInfo.modulesDevelopmentOnly);
if (classInfo.loadCss) {
if (classInfo.loadCss || activeTheme
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the loadCss is always false for all theme files and activeTheme now lets through all theme files even with loadCss false. So the flag can be fully removed.

Assert.assertEquals(
"Project contains 4 css injections to document and all should be hashed",
4l, getCommandExecutor().executeScript(
"Project contains 2 css injections to document and all should be hashed",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What global css has embedded applications lost?


protected <T> List<String> merge(Map<T, List<String>> css) {
protected <T> List<String> merge(Map<T, List<String>> outputFiles) {
// Ignore app shell imports and definitions for bundle build detection,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't app shell imports also be taken into account by flow as they are not added to the general imports anymore even though they were there before?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hilla applications using Lumo theme appear receive only base styles

3 participants