diff options
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 |