diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-29 10:43:53 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-29 10:43:53 +0100 |
commit | 496f253e698f1224fa9f9cf88670648ff3930d7a (patch) | |
tree | 642c60007dde30f08c0e537e29a34ce80f9648bb | |
parent | e436115a4a9c894840f77a33108519820444d5c9 (diff) | |
download | gitbook-496f253e698f1224fa9f9cf88670648ff3930d7a.zip gitbook-496f253e698f1224fa9f9cf88670648ff3930d7a.tar.gz gitbook-496f253e698f1224fa9f9cf88670648ff3930d7a.tar.bz2 |
Don't copy _layouts to output
-rw-r--r-- | lib/output/base.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/output/base.js b/lib/output/base.js index e63c872..f10f015 100644 --- a/lib/output/base.js +++ b/lib/output/base.js @@ -147,6 +147,7 @@ Output.prototype.prepare = function() { '.ignore', '.bookignore', 'node_modules', + '_layouts', // The configuration file should not be copied in the output this.book.config.path, |