From 478edd3f6cfdf2018d4dd210150648bb1b7ffeb3 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 20 Jun 2015 08:32:14 -0700 Subject: [PATCH] Serve more files from the web server --- modules/htmlout/lib/htmlout.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/htmlout/lib/htmlout.js b/modules/htmlout/lib/htmlout.js index 9541d272b..c9dd08d9f 100644 --- a/modules/htmlout/lib/htmlout.js +++ b/modules/htmlout/lib/htmlout.js @@ -179,8 +179,10 @@ var asNonDirectories = [ */ var asExtsPlainText = [ "65v", + "asm", "bas", "hex", + "inc", "map", "nasm", "txt" @@ -231,7 +233,7 @@ var asFilesNonServed = [ "logs", "node.log", "node_modules", - "tests", + // "tests", // not sure there's any reason to NOT display /tests, now that this is on GitHub "tmp", "users", "users.log",