Preparing web server for update to v1.15.4

This commit is contained in:
Jeff Parsons 2014-10-10 17:50:59 -07:00 committed by jeffpar
commit 45caa6b949

View file

@ -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",