Don't try to version files that have no metadata headers (#197)

This commit is contained in:
Joel Marcey 2017-10-30 12:00:55 -07:00 committed by GitHub
parent 459984516b
commit d26d263bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -44,6 +44,7 @@ tcpPortUsed.check(port, "localhost")
);
process.exit(1);
} else {
console.log("Starting Docusaurus server on port " + port + "...");
// start local server on specified port
const server = require("./server/server.js");
server(port);