Commit 47dd3c6c authored by Mathieu leclaire's avatar Mathieu leclaire

fix path

parent 1a1a5eb3
......@@ -84,7 +84,7 @@ object ScalaWUIBuild extends Build {
private def copy(clientTarget: Attributed[File], resources: File, webappServerTarget: File) = {
clientTarget.map { ct =>
recursiveCopy(new File(resources, "webapp"), webappServerTarget)
recursiveCopy(ct, new File(webappServerTarget, "js" + ct.getName))
recursiveCopy(ct, new File(webappServerTarget, "js/" + ct.getName))
}
}
......
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