Skip to content

Commit

Permalink
Random hacky symlink fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adgad committed Jan 8, 2015
1 parent 1db1174 commit 803129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/express-handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ ExpressHandlebars.prototype._getDir = function (dirPath, options) {
});
}

var pattern = '**/*' + this.extname;
var pattern = '**/**/*' + this.extname;

// Optimistically cache dir promise to reduce file system I/O, but remove
// from cache if there was a problem.
Expand Down

0 comments on commit 803129e

Please sign in to comment.