Skip to content

Commit efb65a8

Browse files
committed
Remove filter for pdf/epub/mobi files when outputting
1 parent 42a2d09 commit efb65a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/parse/parseIgnore.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ function parseIgnore(book) {
2727

2828
// Skip book outputs
2929
'_book',
30-
'*.pdf',
31-
'*.epub',
32-
'*.mobi',
3330

3431
// Ignore files in the templates folder
3532
'_layouts'

0 commit comments

Comments
 (0)