Skip to content

Commit 4835d3b

Browse files
committed
refactor: switched to hbs fileextension in configurations
1 parent fe8329c commit 4835d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/patternlab-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"css": "public/css"
6969
}
7070
},
71-
"patternExtension": "mustache",
71+
"patternExtension": "hbs",
7272
"patternStateCascade": ["inprogress", "inreview", "complete"],
7373
"patternExportAll": false,
7474
"patternExportDirectory": "pattern_exports",

packages/core/test/util/patternlab-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"patternStates": {},
5757
"patternExportPatternPartials": [],
5858
"patternExportDirectory": "./pattern_exports/",
59-
"patternExtension": "mustache",
59+
"patternExtension": "hbs",
6060
"patternMergeVariantArrays": true,
6161
"renderFlatPatternsOnViewAllPages": false,
6262
"cacheBust": true,

0 commit comments

Comments
 (0)