We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 800d421 + b0de5ca commit 31d496fCopy full SHA for 31d496f
config/plugins/ember-templates.coffee
@@ -16,7 +16,7 @@ module.exports = (lineman) ->
16
emberTemplates:
17
options:
18
templateBasePath: "app/templates/"
19
- templateFileExtensions: /\.(hb|hbs|handlebar|handlebars)/
+ templateFileExtensions: /\.(hbs|hb|handlebars|handlebar)/
20
compile:
21
files:
22
"<%= files.template.generatedHandlebars %>": "<%= files.template.handlebars %>"
0 commit comments