diff --git a/lib/zest/templates/loader.js b/lib/zest/templates/loader.js index 391a049..66445bc 100644 --- a/lib/zest/templates/loader.js +++ b/lib/zest/templates/loader.js @@ -22,7 +22,7 @@ Loader.prototype = { if (file_found == true) return - path.exists(directory, function(success) + fs.exists(directory, function(success) { // var directory = fs.realpath(directory)