--- a/server/java/renkan-web/build.gradle Mon Jul 21 14:48:01 2014 +0200
+++ b/server/java/renkan-web/build.gradle Mon Jul 21 16:18:18 2014 +0200
@@ -141,21 +141,21 @@
into "lib/cowebx/dojo"
}
- from("../../client/dist/js") {
+ from("../../../client/dist/js") {
include "*.js"
into "static/js"
}
- from("../../client/dist/lib") {
+ from("../../../client/dist/lib") {
into "static/lib"
}
- from("../../client/dist/css") {
+ from("../../../client/dist/css") {
include "*.css"
into "static/css"
}
- from("../../client/dist/img") {
+ from("../../../client/dist/img") {
into "static/img"
}
- from("../../client/dist/data") {
+ from("../../../client/dist/data") {
include "properties.json"
into "static/data"
}