Comparing version 0.0.3 to 0.0.4
@@ -132,3 +132,5 @@ /*! | ||
if (this.options.logo) { | ||
utils.file.copy(this.options.logo, path.join(this.options.output, 'img')); | ||
if (utils.file.exists(this.options.logo)) { | ||
utils.file.copy(this.options.logo, path.join(this.options.output, 'img')); | ||
} | ||
} | ||
@@ -135,0 +137,0 @@ }; |
{ | ||
"name": "commentjs", | ||
"description": "Simple API Documentation Generator", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Denis Ciccale (@tdecs)", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/dciccale/comment.js", |
163069
3521