Commit 1a1a5eb3 authored by Mathieu leclaire's avatar Mathieu leclaire

Fix webapp path

parent b5e96308
......@@ -74,7 +74,7 @@ object ScalaWUIBuild extends Build {
version := Version,
scalaVersion := ScalaVersion,
(go <<= (fullOptJS in client in Compile, resourceDirectory in client in Compile, target in server in Compile) map { (ct, r, st) =>
copy(ct, r, st)
copy(ct, r, new File(st,"webapp"))
}
)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment