We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee1348 commit c77f502Copy full SHA for c77f502
src/main/twirl/scalajs/selectScript.scala.html
@@ -5,5 +5,5 @@
5
)
6
7
@defining(s"${projectName.toLowerCase}") { name =>
8
- @Seq(s"$name-opt.js", s"$name-fastopt.js").find(resourceExists).map(name => jsScript(assets(name), htmlAttributes))
+ @Seq(s"$name-opt.js", s"$name-fastopt.js",s"$name-opt-bundle.js",s"$name-fastopt-bundle.js").find(resourceExists).map(name => jsScript(assets(name), htmlAttributes))
9
}
0 commit comments