Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 7f4d92d

Browse files
committed
Change underscore engine extension to html
1 parent 558ecab commit 7f4d92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/pattern_engines/engine_underscore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
var engine_underscore = {
3939
engine: _,
4040
engineName: 'underscore',
41-
engineFileExtension: '.underscore',
41+
engineFileExtension: '.html',
4242

4343
// partial expansion is only necessary for Mustache templates that have
4444
// style modifiers or pattern parameters (I think)

0 commit comments

Comments
 (0)