Skip to content

Commit bc2460e

Browse files
committed
Changelog and readme for styleguideexludes. closes #158
1 parent d99b532 commit bc2460e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

33
PL-node-v0.14.0
44
- ADD: Support for style modifiers
5+
- ADD: Support for styleGuideExcludes
6+
- THX: Thanks to @bramsmulders for the styleGuideExcludes pull request and @illepic for the original headsup
57

68
PL-node-v0.13.1
79
- FIX: Allow verbose partials for list items

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,18 @@ If you'd like to exclude an individual pattern you can do so by prepending the f
143143

144144
You can also exclude complete directories by prepending the directory name with an underscore, like: `/_experiment/...`
145145

146+
##### Style Guide Excludes
147+
148+
Exclude whole pattern types from the "All patterns" styleguide by adding entries to `config.json`. This is quite useful to make speedier. Pattern Lab Node ships with the following:
149+
150+
```
151+
"styleGuideExcludes": [
152+
"templates",
153+
"pages"
154+
]
155+
```
156+
157+
146158
##### Debug Mode
147159
`patternlab.json` is a file created for debugging purposes. Set `debug` to true in `.config.json` to see all the secrets.
148160

0 commit comments

Comments
 (0)