From efb65a8413693b6ca92e0c2aa2d0ddd4129f64f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 3 May 2016 17:18:13 +0200 Subject: [PATCH] Remove filter for pdf/epub/mobi files when outputting --- lib/parse/parseIgnore.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/parse/parseIgnore.js b/lib/parse/parseIgnore.js index b23bfd8b3..fafcc6f5e 100644 --- a/lib/parse/parseIgnore.js +++ b/lib/parse/parseIgnore.js @@ -27,9 +27,6 @@ function parseIgnore(book) { // Skip book outputs '_book', - '*.pdf', - '*.epub', - '*.mobi', // Ignore files in the templates folder '_layouts'