mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 03:16:40 +00:00
Don't copy assets for ebook to website bundle
This commit is contained in:
@@ -20,6 +20,10 @@ describe('eBook generator', function () {
|
||||
book.should.have.file('gitbook');
|
||||
book.should.have.file('gitbook/ebook.css');
|
||||
});
|
||||
|
||||
it('should not copy website assets', function() {
|
||||
book.should.not.have.file('gitbook/style.css');
|
||||
});
|
||||
});
|
||||
|
||||
describe('Custom styles', function() {
|
||||
|
||||
Reference in New Issue
Block a user