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

Fix webapp path

parent b5e96308
...@@ -74,7 +74,7 @@ object ScalaWUIBuild extends Build { ...@@ -74,7 +74,7 @@ object ScalaWUIBuild extends Build {
version := Version, version := Version,
scalaVersion := ScalaVersion, scalaVersion := ScalaVersion,
(go <<= (fullOptJS in client in Compile, resourceDirectory in client in Compile, target in server in Compile) map { (ct, r, st) => (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