Skip to content

Commit c77f502

Browse files
Nicolasvmunier
Nicolas
authored andcommitted
Add script names for scalajs-bunlder bundles (#17)
1 parent 7ee1348 commit c77f502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/twirl/scalajs/selectScript.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
)
66

77
@defining(s"${projectName.toLowerCase}") { name =>
8-
@Seq(s"$name-opt.js", s"$name-fastopt.js").find(resourceExists).map(name => jsScript(assets(name), htmlAttributes))
8+
@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))
99
}

0 commit comments

Comments
 (0)