-
Notifications
You must be signed in to change notification settings - Fork 0
/
patternlab-config.json
66 lines (66 loc) · 1.79 KB
/
patternlab-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"paths": {
"source": {
"root": "source",
"annotations": "source/_annotations",
"css": "source/_styles",
"cssSrc": "source/_styles/src",
"cssBld": "source/_styles/bld",
"fonts": "source/_styles/bld/fonts",
"data": "source/_data",
"images": "source/_assets",
"imagesSrc": "source/_assets/src",
"imagesBld": "source/_assets/bld",
"js": "source/_scripts",
"jsSrc": "source/_scripts/src",
"jsBld": "source/_scripts/bld",
"meta": "source/_meta",
"patterns": "source/_patterns",
"templates": "source/_patterns/03-templates",
"pages": "source/_patterns/04-pages",
"scrape": "source/_patterns/98-scrape",
"static": "source/_static",
"ui": "source/_ui"
},
"public": {
"root": "public",
"annotations": "public/annotations",
"css": "public/_styles",
"cssBld": "public/_styles/bld",
"fonts": "public/_styles/bld/fonts",
"images": "public/_assets",
"js": "public/_scripts",
"patterns": "public/patterns",
"static": "public/static"
}
},
"cacheBust": false,
"cleanPublic": true,
"debug": false,
"defaultPattern": "pages-homepage",
"defaultShowPatternInfo": false,
"frontMatterExtension": ".md",
"hashPatterns": true,
"ishControlsHide": {
"disco": true,
"find": false,
"grow": false,
"random": true,
"views-all": false,
"views-annotations": false,
"views-code": false,
"views-new": false,
"tools-all": false,
"tools-fpdocs": false,
"tools-docs": false,
"tools-shortcuts": false
},
"ishMinimum": "240",
"ishMaximum": "2600",
"patternExportDirectory": "pattern_exports",
"patternExportPatternPartials": [
],
"patternExtension": ".mustache",
"styleGuideExcludes": [
]
}