summaryrefslogtreecommitdiffstats
path: root/lib/generators/ebook.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generators/ebook.js')
-rw-r--r--lib/generators/ebook.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/generators/ebook.js b/lib/generators/ebook.js
index e9ca20c..eb84df8 100644
--- a/lib/generators/ebook.js
+++ b/lib/generators/ebook.js
@@ -14,6 +14,9 @@ var Generator = function(book, format) {
// eBook format
this.ebookFormat = format;
+ // Resources namespace
+ this.namespace = "ebook";
+
// Styles to use
this.styles = _.compact(["ebook", this.ebookFormat]);