diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-05-03 17:18:13 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-05-03 17:18:13 +0200 |
commit | efb65a8413693b6ca92e0c2aa2d0ddd4129f64f7 (patch) | |
tree | a8399339492b8d5b843afa053031c524c3a21547 /lib/parse | |
parent | 42a2d090aa130c68fe5bea7df04c9a14c624e86b (diff) | |
download | gitbook-efb65a8413693b6ca92e0c2aa2d0ddd4129f64f7.zip gitbook-efb65a8413693b6ca92e0c2aa2d0ddd4129f64f7.tar.gz gitbook-efb65a8413693b6ca92e0c2aa2d0ddd4129f64f7.tar.bz2 |
Remove filter for pdf/epub/mobi files when outputting
Diffstat (limited to 'lib/parse')
-rw-r--r-- | lib/parse/parseIgnore.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/parse/parseIgnore.js b/lib/parse/parseIgnore.js index b23bfd8..fafcc6f 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' |