Fix serving the same style twice

This commit is contained in:
Petr Sloup
2016-06-29 20:28:56 +02:00
parent 4eea8a91b8
commit 6100013718
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ module.exports = function(opts, callback) {
var config;
try {
config = require(configPath);
config = clone(require(configPath));
} catch (e) {
console.log('ERROR: Config file not found or invalid!');
console.log(' See README.md for instructions and sample data.');