Skip to content

Commit

Permalink
trigger scalaJSPipeline on server
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Sep 21, 2023
1 parent a8722b9 commit 804efaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ lazy val server = (project in file("server")).settings(
},
simpleUrlUpdate / includeFilter := "*.css" || "*.js" || "*.html",
// triggers scalaJSPipeline when using compile or continuous compilation
compile in Compile <<= (compile in Compile) dependsOn scalaJSPipeline,
Compile / compile := ((Compile / compile) dependsOn scalaJSPipeline).value,
Concat.groups := Seq(
"main.min.js" -> group(Seq("zbdb-stats-client-jsdeps.min.js", "zbdb-stats-client-opt.js", "zbdb-stats-client-launcher.js"))
),
Expand Down

0 comments on commit 804efaa

Please sign in to comment.