diff options
author | Zero~Informatique | 2020-01-31 02:15:26 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-31 02:16:45 +0100 |
commit | 2157b66f3ea43137391939992cac4dc901a4ac4e (patch) | |
tree | 51f66cdada6a8e920ba80a3aae76393e0127d825 /compiler/src/Compiler.hs | |
parent | 293c2803794a5cc4f9a045d48ff28ae99beaa030 (diff) | |
download | ldgallery-2157b66f3ea43137391939992cac4dc901a4ac4e.tar.gz |
compiler: output viewer config.json
Write a file at the root of the viewer directory with some info about the
gallery root path and generation date time.
Diffstat (limited to 'compiler/src/Compiler.hs')
-rw-r--r-- | compiler/src/Compiler.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/src/Compiler.hs b/compiler/src/Compiler.hs index fc40a76..8819ffc 100644 --- a/compiler/src/Compiler.hs +++ b/compiler/src/Compiler.hs | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | module Compiler | 19 | module Compiler |
20 | ( compileGallery | 20 | ( compileGallery |
21 | , writeJSON | ||
21 | ) where | 22 | ) where |
22 | 23 | ||
23 | 24 | ||