Skip to content

Commit 7e0e565

Browse files
committed
chore: add cem config
1 parent acc6f33 commit 7e0e565

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.config/cem.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sourceControlRootUrl: https://github.com/patternfly/patternfly-elements/tree/main/
2+
generate:
3+
files:
4+
- elements/*/*.ts
5+
- core/**/*.ts
6+
exclude:
7+
- '*.test.ts'
8+
- '*.spec.ts'
9+
output: custom-elements.json
10+
noDefaultExcludes: false
11+
demoDiscovery:
12+
fileGlob: elements/*/demo/*.html
13+
urlPattern: elements/(?P<tag>[\\w-]+)/demo/(?P<demo>[\\w-]+).html
14+
urlTemplate: https://patternflyelements.org/components/{tag}/{demo}/

0 commit comments

Comments
 (0)