Add file website output tests

This commit is contained in:
Samy Pessé
2016-02-17 15:59:27 +01:00
parent 1db3f3deab
commit 5fdee2cb5e
3 changed files with 7 additions and 19 deletions
+2 -2
View File
@@ -16,6 +16,6 @@ require('./conrefs');
require('./page');
// Output
require('./output-json');
require('./assets-inliner');
require('./website-theme');
require('./output-json');
require('./output-website');
+5
View File
@@ -0,0 +1,5 @@
describe('Website Output', function() {
});
-17
View File
@@ -1,17 +0,0 @@
describe('Website Theming', function() {
// Spec proposal:
// - Plugins can "export" a theme
// - Theme can be overrided in the book itself
// Themes structures
// - _layout/ (Folder containing all the templates)
// - page.html (Template used for generating a page)
// - _assets/ (Assets of the theme copied to the output)
});