Skip to content

Commit

Permalink
Merge pull request #5 from flovan/patch-1
Browse files Browse the repository at this point in the history
Added 'html' as an "allowed extension"
  • Loading branch information
kaanon committed Jul 22, 2014
2 parents 60c7c58 + 2374d77 commit 48d31b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function (data, opts) {
// Do not search for more than 10 nestings
var maxDepth = 10;
// Process only files with given extension names
var allowedExtensions = ['hb', 'hbs', 'handlebars']
var allowedExtensions = ['hb', 'hbs', 'handlebars', 'html'];

/**
* Searching partials recursively
Expand Down

0 comments on commit 48d31b4

Please sign in to comment.