Skip to content

Commit

Permalink
Add Web-Bundler schema to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Sep 25, 2023
1 parent dfd2bca commit b2bba2b
Show file tree
Hide file tree
Showing 6 changed files with 4,364 additions and 3 deletions.
Binary file added docs/modules/ROOT/assets/images/web-bundler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:project-version: 1.1.2
:project-version: 1.1.1

:maven-version: 3.8.1+

:favicon: _images/logo.svg
:favicon: ../_images/logo.svg

:quarkus-org-url: https://github.com/quarkusio
:quarkus-base-url: {quarkus-org-url}/quarkus
Expand Down
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/main-concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ include::./includes/attributes.adoc[]

It's really simple, the web bundler:

image:web-bundler.png[Web Bundler schema]


1. Takes/watches your web resources and <<web-dependencies>>.

2. Bundles it with the supersonic esbuild compiler (scss are also compiled if needed) and serves them.

3. Make it easy to use the bundle scripts and styles xref:advanced-guides.adoc#bundle-paths[from Qute or any other template engine].



[#web-dependencies]
== Web Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/templates/includes/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:maven-version: 3.8.1+

:favicon: _images/logo.svg
:favicon: ../_images/logo.svg

:quarkus-org-url: https://github.com/quarkusio
:quarkus-base-url: {quarkus-org-url}/quarkus
Expand Down
Binary file removed quarkus-web-bundler.png
Binary file not shown.
Loading

0 comments on commit b2bba2b

Please sign in to comment.