diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-24 18:07:17 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-24 18:07:17 +0100 |
commit | 0b4a6b5362795f25594aabb458378df1599e4dbd (patch) | |
tree | f5511e33d640cd9493363414907f4e524b1e6029 /lib/config/index.js | |
parent | 3a0636046ea0b9bc898438d502e3bf80f6c4d312 (diff) | |
download | gitbook-0b4a6b5362795f25594aabb458378df1599e4dbd.zip gitbook-0b4a6b5362795f25594aabb458378df1599e4dbd.tar.gz gitbook-0b4a6b5362795f25594aabb458378df1599e4dbd.tar.bz2 |
Output folder is an option for FolderOutput
Diffstat (limited to 'lib/config/index.js')
-rw-r--r-- | lib/config/index.js | 1 |
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); |