diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-08 00:11:50 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-08 00:11:50 +0200 |
commit | d1c1277bb9af3e4f5770a7e8c448211d631760cf (patch) | |
tree | cadb843b614a6b490345ff81fc613aeb705dc550 /lib/generate/page/index.js | |
parent | 9a66f56c79fb7e589b9f0b56087d5f8ba956c934 (diff) | |
download | gitbook-d1c1277bb9af3e4f5770a7e8c448211d631760cf.zip gitbook-d1c1277bb9af3e4f5770a7e8c448211d631760cf.tar.gz gitbook-d1c1277bb9af3e4f5770a7e8c448211d631760cf.tar.bz2 |
Fix cover picture for multilangs book convertion to ebook
Diffstat (limited to 'lib/generate/page/index.js')
-rw-r--r-- | lib/generate/page/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/generate/page/index.js b/lib/generate/page/index.js index 68fd334..bd9b233 100644 --- a/lib/generate/page/index.js +++ b/lib/generate/page/index.js @@ -75,6 +75,11 @@ Generator.prototype.finish = function() { }, output); }) + // Copy cover + .then(function() { + return that.copyCover(); + }) + // Copy assets .then(function() { return fs.copy( |