Comparing version 0.2.0 to 0.2.1
@@ -67,3 +67,3 @@ // Generated by CoffeeScript 1.6.3 | ||
}).map(function(path) { | ||
if (extension && ("." + extension) !== sysPath.extname(path)) { | ||
if (extension && '' === sysPath.extname(path)) { | ||
return "" + path + "." + extension; | ||
@@ -80,2 +80,9 @@ } else { | ||
}); | ||
if (extension) { | ||
deps.forEach(function(path) { | ||
if (("." + extension) !== sysPath.extname(path)) { | ||
return deps.push("" + path + "." + extension); | ||
} | ||
}); | ||
} | ||
if (prefix != null) { | ||
@@ -82,0 +89,0 @@ prefixed = []; |
{ | ||
"name": "progeny", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Recursively finds dependencies of style and template source files", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15796
9
166