ember-cli-yuidoc
Advanced tools
Comparing version
@@ -15,3 +15,4 @@ 'use strict'; | ||
if((this.liveDocsEnabled && env === 'development') || (config.enabledEnvironments && config.enabledEnvironments.indexOf(env) !== -1)) { | ||
if((this.liveDocsEnabled && env === 'development') || | ||
(config.options && config.options.enabledEnvironments && config.options.enabledEnvironments.indexOf(env) !== -1)) { | ||
return this.addDocsToTree(workingTree, optsGenerator.generate(config)); | ||
@@ -18,0 +19,0 @@ } |
{ | ||
"name": "ember-cli-yuidoc", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"description": "Generate documentation of your app/addon from your yuidoc comments", | ||
@@ -5,0 +5,0 @@ "directories": { |
9075
0.45%169
0.6%