| changeset 574 | de0d488a0a1b |
| parent 457 | b38cf3d4cf1f |
| child 581 | bf1211a84c4c |
--- a/server/java/renkan-web/build.gradle Fri Oct 02 13:03:19 2015 +0200 +++ b/server/java/renkan-web/build.gradle Fri Oct 02 13:45:40 2015 +0200 @@ -115,6 +115,11 @@ testCompile group: 'commons-io', name: 'commons-io', version:commons_io_version } +// call grunt +task buildClient(type:Exec) { + workingDir "../../../client" + commandLine "node_modules/.bin/grunt" +} //apply overlay war { @@ -162,3 +167,5 @@ into "static/data" } } + +war.dependsOn buildClient