quarkiverse / quarkus-renarde

Server-side Web Framework with Qute templating, magic/easier controllers, auth, reverse-routing
Apache License 2.0
73 stars 16 forks source link

Introduce automated backoffice bundled libs #210

Closed ia3andy closed 2 months ago

ia3andy commented 2 months ago

This use maven-frontend-plugin and esbuild to generate a bundle with all the required libs (bootstrap and bootstrap-icons)

I went for this solution as it has not impact on the user app.

Using mnvpm deps would be leaking into user project.

Closes https://github.com/quarkiverse/quarkus-web-bundler/issues/193 #208

ia3andy commented 2 months ago

the npm stuff is 10more sec, I think this is sustainable.

It should be good to go now

ia3andy commented 2 months ago

If you want I can change the phase to make it manual and put it in the src, this way we generate it only when needed?

FroMage commented 2 months ago

Nah, this will do for now, I suppose