diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-23 21:10:53 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-23 21:10:53 +0200 |
commit | a3df6c6f0c1068762f9d48cdff97ab5d4c583082 (patch) | |
tree | e43d732f7676430d0075814e11fcb4372803e9da /lib/output/index.js | |
parent | e1fa977b5b1b3c03790de6e2c21ee39ba55d9555 (diff) | |
download | gitbook-a3df6c6f0c1068762f9d48cdff97ab5d4c583082.zip gitbook-a3df6c6f0c1068762f9d48cdff97ab5d4c583082.tar.gz gitbook-a3df6c6f0c1068762f9d48cdff97ab5d4c583082.tar.bz2 |
Add assets inliner modifier for HTML
Diffstat (limited to 'lib/output/index.js')
-rw-r--r-- | lib/output/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/output/index.js b/lib/output/index.js index 45bdf65..d353490 100644 --- a/lib/output/index.js +++ b/lib/output/index.js @@ -1,4 +1,5 @@ module.exports = { generate: require('./generateBook'), - JSONGenerator: require('./json') + JSONGenerator: require('./json'), + EbookGenerator: require('./ebook') }; |