diff options
author | pacien | 2019-12-31 01:39:23 +0100 |
---|---|---|
committer | pacien | 2019-12-31 01:39:23 +0100 |
commit | 7ef9f09c0f3be1cd5e1f38c9abc845abc9ed3639 (patch) | |
tree | b727b960c95feae01f52274013c1ad2ccb01c4d5 /compiler/src/Compiler.hs | |
parent | 856d6ea290f6050e813e9cd5634b9e9960995671 (diff) | |
download | ldgallery-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.hs | 2 |
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 |