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

Commit de327f9

Browse files
committed
Underscore support for pattern-lab/patternlab-node#623
1 parent e5e384a commit de327f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/engine_underscore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ _.mixin({
8787
var engine_underscore = {
8888
engine: _,
8989
engineName: 'underscore',
90-
engineFileExtension: '.html',
90+
engineFileExtension: ['.html', '.underscore'],
9191

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

0 commit comments

Comments
 (0)