Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 6e885cb

Browse files
committed
accept either case of styleguideExcludes
closes #627
1 parent 6cdc540 commit 6e885cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/lib/ui_builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ var ui_builder = function () {
485485

486486
var p;
487487
var typePatterns = [], styleguideTypePatterns = [];
488-
var styleGuideExcludes = patternlab.config.styleGuideExcludes;
488+
var styleGuideExcludes = patternlab.config.styleGuideExcludes || patternlab.config.styleguideExcludes;
489489

490490
_.forOwn(patternTypeObj, function (patternSubtypes, patternSubtype) {
491491

0 commit comments

Comments
 (0)