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 = [
"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",