Skip to content
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

Execute Node tasks during build phase #64

Open
mcollovati opened this issue May 25, 2023 · 1 comment
Open

Execute Node tasks during build phase #64

mcollovati opened this issue May 25, 2023 · 1 comment
Labels
enhancement New feature or request investigation

Comments

@mcollovati
Copy link
Owner

Investigate if it is possible to execute node tasks performed by DevModeInitializer in a build step

@mcollovati mcollovati moved this to 📋 Backlog in quarkus-hilla backlog Jun 12, 2023
@mcollovati mcollovati added the enhancement New feature or request label Jun 18, 2023
@mcollovati
Copy link
Owner Author

Implementing maven plugin logics (prepare-frontend, build-frontend and Hilla mojos) at build time could remove the need to add the Vaadin maven plugin to the end-user project, simplifying the setup (and the code-starts). The extension could implement interfaces from the Flow base plugin module and add necessary build steps. build-frontendlogics will be added to a build step that runs only for production build (e.g. no when executingquarkus:dev`).
This could probably also prevent the (temporary) disruption that will be caused by vaadin/hilla#2616.

Needs further investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigation
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant