Preparing web server for update to v1.15.4
This commit is contained in:
parent
2b76be11e3
commit
45caa6b949
1 changed files with 5 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue