- added copy static content task

This commit is contained in:
Main
2016-02-16 20:26:11 +03:00
parent 8c342e40ce
commit e8e147e3eb

View File

@@ -20,5 +20,9 @@ dependencies {
}
task copyAngularJS(type: Copy) {
from "../../prebuilt-web-client"
into "build/resources/main/static"
}
jar.dependsOn(copyAngularJS)