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 = [
|
var asFilesNonListed = [
|
||||||
// "LICENSE",
|
// "LICENSE",
|
||||||
|
"Gruntfile.js",
|
||||||
|
"npm-shrinkwrap.json",
|
||||||
|
"package.json",
|
||||||
|
"server.js",
|
||||||
"index.html",
|
"index.html",
|
||||||
|
"README.md",
|
||||||
"robots.txt",
|
"robots.txt",
|
||||||
"machine.xml",
|
"machine.xml",
|
||||||
"manifest.xml",
|
"manifest.xml",
|
||||||
|
|
@ -197,12 +202,6 @@ var asExtsNonServed = [
|
||||||
];
|
];
|
||||||
|
|
||||||
var asFilesNonServed = [
|
var asFilesNonServed = [
|
||||||
"README.md",
|
|
||||||
"Gruntfile.js",
|
|
||||||
"netlib.js",
|
|
||||||
"npm-shrinkwrap.json",
|
|
||||||
"package.json",
|
|
||||||
"server.js",
|
|
||||||
"bin",
|
"bin",
|
||||||
"debug",
|
"debug",
|
||||||
"lib",
|
"lib",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue