summaryrefslogtreecommitdiffstats
path: root/lib/config/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config/index.js')
-rw-r--r--lib/config/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config/index.js b/lib/config/index.js
index 72b2026..8bb93ad 100644
--- a/lib/config/index.js
+++ b/lib/config/index.js
@@ -56,7 +56,6 @@ Config.prototype.load = function() {
}
}
- that.options.output = that.options.output || that.book.resolve('_book');
that.options.plugins = plugins.toList(that.options.plugins);
that.options.defaultsPlugins = plugins.toList(that.options.defaultsPlugins || '', false);
that.options.plugins = _.union(that.options.plugins, that.options.defaultsPlugins);