-changed path to UI static content

This commit is contained in:
dartpopikyardo
2016-08-30 19:14:03 +03:00
parent f4ec33d275
commit 2467099c3e

View File

@@ -15,7 +15,7 @@ dependencies {
}
task copyWebStatic(type: Copy) {
from "../../prebuilt-web-client"
from "../../js-frontend/build"
into "build/resources/main/static"
}