From 9fecfbe42918486f82fcae66f0386ae3f8687cfc Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 7 Apr 2021 14:20:19 +0100 Subject: [PATCH] Add the new `outputDir` setting for CLSI (#862) Co-authored-by: Shane Kilkelly Co-authored-by: Jakob Ackermann --- settings.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.coffee b/settings.coffee index 387532269a..475e7ca8f2 100644 --- a/settings.coffee +++ b/settings.coffee @@ -148,6 +148,8 @@ settings = compilesDir: Path.join(DATA_DIR, "compiles") # Where to cache downloaded URLs for the CLSI clsiCacheDir: Path.join(DATA_DIR, "cache") + # Where to write the output files to disk after running LaTeX + outputDir: Path.join(DATA_DIR, "output") # Server Config # -------------