Skip to content

Commit

Permalink
Fixed symlinks in svg_rendering/page
Browse files Browse the repository at this point in the history
This hard-codes the build directory, making it a suboptimal solution.
Maybe it would be better to copy the rendering directory and the stuff
from the web page to temporary build directory.
  • Loading branch information
thvitt committed Sep 26, 2019
1 parent c9ca82b commit d1a6949
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -73,6 +73,7 @@ task generateSVGs(type: JavaExec) {
description "Generates SVGs of diplomatic transcripts and overlays"
dependsOn installTools
dependsOn classes
dependsOn copyWeb // there are symlinks from svg_rendering/page to build/www. Probably not the best solution.

inputs.dir("$xmlDir/transcript")
outputs.dir("$buildDir/www/transcript")
Expand Down
2 changes: 1 addition & 1 deletion svg_rendering/page/css
2 changes: 1 addition & 1 deletion svg_rendering/page/img
2 changes: 1 addition & 1 deletion svg_rendering/page/json
2 changes: 1 addition & 1 deletion svg_rendering/page/webfonts

0 comments on commit d1a6949

Please sign in to comment.