Conversation
A project index.html is optional: the default is written to frontend/generated/ and a frontend/index.html only overrides it. The pages still placed the generated file in frontend/ and in target/. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents vaadin/flow#24469
DX/docs · flow/configuration, flow/advanced · every project, and
anyone customizing the application shell
The default
index.htmlmoved back out of the project sources: it'swritten to
frontend/generated/, and anindex.htmlin thefrontendfolder only overrides it. A project needs noindex.htmlat all. Two pages still described the previous layout, one placing the
auto-generated file in
frontend/and the other intarget/.Risks:
✅ Docs only. Reworded text, no new page and no moved anchor.
Rewrote callout 7 of the project layout in Source Control: the file
is optional, the generated default lives in
frontend/generated/and stays out of source control, and a project copy replaces it.
Changed the source-control bullet from "Can be committed if
generated, should be if customized" to committing it only when the
project has one of its own.
Corrected Modifying Bootstrap Page: the template is the project
index.htmlwhere there is one and the generated defaultotherwise, and the default is written to
frontend/generated/rather than to
target/.Said how to take control of a generated file: copy it from
frontend/generated/intofrontend/.🤖 Generated with Claude Code