File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,11 @@ var ui_builder = function () {
108
108
return exclude === pattern . patternGroup ; } ) ;
109
109
if ( isOmitted ) {
110
110
if ( patternlab . config . debug ) {
111
- console . log ( 'Omitting ' + pattern . patternPartial + ' from styleguide patterns its patternGroup is specified in styleguideExcludes.' ) ;
111
+ console . log ( 'Omitting ' + pattern . patternPartial + ' from future viewall pages because its patternGroup is specified in styleguideExcludes.' ) ;
112
112
}
113
- return true ;
113
+ //these patterns should not be omitted from later processing, just viewall pages
114
+ pattern . omitFromViewAll = true ;
115
+ isOmitted = false ;
114
116
}
115
117
116
118
//this pattern is contained with a directory prefixed with an underscore (a handy way to hide whole directories from the nav
You can’t perform that action at this time.
0 commit comments