DATAREDIS-361 - Read html resources for docs zip from asciidoctor output dir.

We now read generated html resources along with required css files from the asciidoctor output directory.
This commit is contained in:
Christoph Strobl
2014-12-03 08:19:30 +01:00
parent 479c6767fd
commit 7c9476e985

View File

@@ -212,7 +212,7 @@ task docsZip(type: Zip, dependsOn:['asciidoctor', 'referencePdf' ]) {
into 'api'
}
from ("$buildDir/reference/html") {
from ("$asciidoctor.outputDir") {
include "index.html"
include "spring.css"
into 'reference/html'