We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae013 commit 58eaaf5Copy full SHA for 58eaaf5
lib/generate/plugin.js
@@ -163,6 +163,7 @@ Plugin.fromList = function(names, root) {
163
resources.html = {}
164
165
_.each(plugins, function(plugin) {
166
+ if (!plugin.infos.book || !plugin.infos.book.html) return;
167
var html = plugin.infos.book.html || {};
168
_.each(html, function(code, key) {
169
if (!_.isFunction(code)) code = _.constant(code);
0 commit comments