Skip to content

Commit ddce161

Browse files
committed
Add minified resource hint
1 parent f857ff5 commit ddce161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ lazy val root = project.in(file("."))
8686
),
8787

8888
Compile / npmDependencies += "jquery" -> "3.4.1",
89-
jsDependencies += "org.webjars" % "jquery" % "3.4.1" / "3.4.1/jquery.js",
89+
jsDependencies += "org.webjars" % "jquery" % "3.4.1" / "3.4.1/jquery.js" minified s"3.4.1/jquery.min.js",
9090
)

0 commit comments

Comments
 (0)