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 # -------------