Skip to content

Commit

Permalink
Format selectScript.scala.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Apr 4, 2018
1 parent c77f502 commit b194125
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/twirl/scalajs/selectScript.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
)

@defining(s"${projectName.toLowerCase}") { name =>
@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))
@{
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))
}
}

0 comments on commit b194125

Please sign in to comment.