Serve more files from the web server

This commit is contained in:
Jeff Parsons 2015-06-20 08:32:14 -07:00
commit 478edd3f6c

View file

@ -179,8 +179,10 @@ var asNonDirectories = [
*/ */
var asExtsPlainText = [ var asExtsPlainText = [
"65v", "65v",
"asm",
"bas", "bas",
"hex", "hex",
"inc",
"map", "map",
"nasm", "nasm",
"txt" "txt"
@ -231,7 +233,7 @@ var asFilesNonServed = [
"logs", "logs",
"node.log", "node.log",
"node_modules", "node_modules",
"tests", // "tests", // not sure there's any reason to NOT display /tests, now that this is on GitHub
"tmp", "tmp",
"users", "users",
"users.log", "users.log",