Comparing version 0.7.8 to 0.7.9
@@ -32,5 +32,9 @@ /* | ||
if (result instanceof Blob) { | ||
result = result.result; | ||
} | ||
getProps(result); | ||
parts.forEach(function(part) { | ||
result += part; | ||
result += part instanceof Blob ? part.result : part; | ||
getProps(part); | ||
@@ -37,0 +41,0 @@ }); |
{ | ||
"name": "gear", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"description": "Gear.js - Task-based build system.", | ||
@@ -5,0 +5,0 @@ "author": "Stephen Murphy <stephen@hypernaut.com>", |
551832
2500