aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Compiler.hs
diff options
context:
space:
mode:
authorpacien2019-12-31 01:39:23 +0100
committerpacien2019-12-31 01:39:23 +0100
commit7ef9f09c0f3be1cd5e1f38c9abc845abc9ed3639 (patch)
treeb727b960c95feae01f52274013c1ad2ccb01c4d5 /compiler/src/Compiler.hs
parent856d6ea290f6050e813e9cd5634b9e9960995671 (diff)
downloadldgallery-7ef9f09c0f3be1cd5e1f38c9abc845abc9ed3639.tar.gz
compiler: add option to add implicit directory tags
GitHub: closes #7
Diffstat (limited to 'compiler/src/Compiler.hs')
-rw-r--r--compiler/src/Compiler.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/Compiler.hs b/compiler/src/Compiler.hs
index f15192f..9572d50 100644
--- a/compiler/src/Compiler.hs
+++ b/compiler/src/Compiler.hs
@@ -74,7 +74,7 @@ compileGallery inputDirPath outputDirPath rebuildAll =
74 74
75 let itemProc = itemProcessor (pictureMaxResolution config) cache 75 let itemProc = itemProcessor (pictureMaxResolution config) cache
76 let thumbnailProc = thumbnailProcessor (thumbnailResolution config) cache 76 let thumbnailProc = thumbnailProcessor (thumbnailResolution config) cache
77 let galleryBuilder = buildGalleryTree dirProcessor itemProc thumbnailProc 77 let galleryBuilder = buildGalleryTree dirProcessor itemProc thumbnailProc (implicitDirectoryTag config)
78 resources <- galleryBuilder (galleryName config) inputTree 78 resources <- galleryBuilder (galleryName config) inputTree
79 79
80 galleryCleanupResourceDir resources outputDirPath 80 galleryCleanupResourceDir resources outputDirPath