generate an index.html for entry points

This commit is contained in:
Samy Pessé
2015-01-21 19:40:40 +01:00
parent bd931c5cbd
commit 3c605ea809
3 changed files with 19 additions and 5 deletions
-1
View File
@@ -51,7 +51,6 @@ describe('Book generation', function () {
it('should correctly generate a book to website', function(done) {
testGeneration(book1, "site", function(output) {
console.log(fs.readdirSync(output));
assert(fs.existsSync(path.join(output, "index.html")));
}, done);
});