From 45caa6b94984f03970c9274fb374af74e9d8b2a1 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 10 Oct 2014 17:50:59 -0700 Subject: [PATCH] Preparing web server for update to v1.15.4 --- my_modules/htmlout/lib/htmlout.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/my_modules/htmlout/lib/htmlout.js b/my_modules/htmlout/lib/htmlout.js index c2117d142..8913cb22d 100644 --- a/my_modules/htmlout/lib/htmlout.js +++ b/my_modules/htmlout/lib/htmlout.js @@ -181,7 +181,12 @@ var asNonDirectories = [ */ var asFilesNonListed = [ // "LICENSE", + "Gruntfile.js", + "npm-shrinkwrap.json", + "package.json", + "server.js", "index.html", + "README.md", "robots.txt", "machine.xml", "manifest.xml", @@ -197,12 +202,6 @@ var asExtsNonServed = [ ]; var asFilesNonServed = [ - "README.md", - "Gruntfile.js", - "netlib.js", - "npm-shrinkwrap.json", - "package.json", - "server.js", "bin", "debug", "lib",