Skip to content

Commit

Permalink
chore(build): task metadata for metadataHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 15, 2021
1 parent 3f487cb commit cef9bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ task metadataHtml(type: XMLCalabashTask) {
option 'paths', pathsxml.toURL().toString()
input "source", "$buildDir/faust-transcripts.xml"
output "result", "$buildDir/bibliography/cit-metadata.xml"
inputs.files 'xslt/faust-metadata.xsl', 'xslt/watermark-table.xsl', 'xslt/watermark-labels.xml'
outputs.files "$buildDir/www/meta/*.html", "$buildDir/www/watermark-table.html"
}

task metadataJs(type: XMLCalabashTask) {
Expand Down

0 comments on commit cef9bf3

Please sign in to comment.