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

add webjars (locator) modules #8226

Merged
merged 1 commit into from
Dec 3, 2023
Merged

Conversation

atomfrede
Copy link
Member

This PR adds an additional webjars module, which adds the webjars locator dependency, such that one can use webjars. This prepares additional webjar modules (e.g. htmx, alpine.js) for server side frontend rendering.

In addition this enhances the thymeleaf module to also add the thymeleaf layout dialect, which enables reuseable, common layouts with thymeleaf (imho this a must when using thymeleaf for more than hello world). See https://github.com/ultraq/thymeleaf-layout-dialect for details.

updates #4339

Copy link

codecov bot commented Dec 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4af6e47) 100.00% compared to head (268e258) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##                main     #8226   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity      2625      2632    +7     
===========================================
  Files            683       686    +3     
  Lines          11618     11642   +24     
  Branches         253       253           
===========================================
+ Hits           11618     11642   +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@murdos murdos merged commit 8577f79 into jhipster:main Dec 3, 2023
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants