Skip to content

Commit 31d496f

Browse files
committed
Merge pull request #3 from krainboltgreene/patch-1
File pattern stops looking after finding signular
2 parents 800d421 + b0de5ca commit 31d496f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/plugins/ember-templates.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = (lineman) ->
1616
emberTemplates:
1717
options:
1818
templateBasePath: "app/templates/"
19-
templateFileExtensions: /\.(hb|hbs|handlebar|handlebars)/
19+
templateFileExtensions: /\.(hbs|hb|handlebars|handlebar)/
2020
compile:
2121
files:
2222
"<%= files.template.generatedHandlebars %>": "<%= files.template.handlebars %>"

0 commit comments

Comments
 (0)