summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/output/base.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/output/base.js b/lib/output/base.js
index c546061..117fd4c 100644
--- a/lib/output/base.js
+++ b/lib/output/base.js
@@ -158,11 +158,11 @@ Output.prototype.prepare = function() {
'_layouts',
// The configuration file should not be copied in the output
- this.book.config.path,
+ '/' + this.book.config.path,
// Structure file to ignore
- this.book.summary.path,
- this.book.langs.path
+ '/' + this.book.summary.path,
+ '/' + this.book.langs.path
]));
};