From a1f9305047d71216c4333dbd42520e27b7dd2ba7 Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Mon, 9 Jul 2018 14:02:39 +0100 Subject: [PATCH] hard coded a word doc --- app/coffee/LatexRunner.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/LatexRunner.coffee b/app/coffee/LatexRunner.coffee index 98ca038..6600843 100644 --- a/app/coffee/LatexRunner.coffee +++ b/app/coffee/LatexRunner.coffee @@ -36,7 +36,7 @@ module.exports = LatexRunner = console.log(mainFile) console.log(image) image = "ivotron/pandoc" - command = ["-o", "$COMPILE_DIR/output.pdf", "/compile/" + mainFile] + command = ["-o", "$COMPILE_DIR/output.pdf", "/compile/word.docx"] id = "#{project_id}" # record running project under this id