We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994d3e4 commit fa8d73cCopy full SHA for fa8d73c
app/views/main.scala.html
@@ -9,10 +9,10 @@
9
10
@* Here's where we render the page title `String`. *@
11
<title>@title</title>
12
- @webJarsUtil.locate("bootstrap.min.css").css()
13
- @webJarsUtil.locate("popper.js/2.11.7/umd/popper.js").script()
14
- @webJarsUtil.locate("bootstrap.min.js").script()
15
- @webJarsUtil.locate("htmx.js").script()
+ @webJarsUtil.locate("bootstrap", "bootstrap.min.css").css()
+ @webJarsUtil.locate("popper.js", "umd/popper.js").script()
+ @webJarsUtil.locate("bootstrap", "bootstrap.min.js").script()
+ @webJarsUtil.locate("htmx.org", "htmx.js").script()
16
<link rel="stylesheet" href="@routes.Assets.versioned("stylesheets/main.css")">
17
</head>
18
<body hx-boost="true">
0 commit comments