Merge commit 'e8e147e3ebb0704aff75e4227c2224f7946a681b' into wip-customer
* commit 'e8e147e3ebb0704aff75e4227c2224f7946a681b': - added copy static content task
This commit is contained in:
@@ -20,5 +20,9 @@ dependencies {
|
||||
|
||||
}
|
||||
|
||||
task copyAngularJS(type: Copy) {
|
||||
from "../../prebuilt-web-client"
|
||||
into "build/resources/main/static"
|
||||
}
|
||||
|
||||
|
||||
jar.dependsOn(copyAngularJS)
|
||||
Reference in New Issue
Block a user