|
1 | 1 | {
|
2 |
| - "paths" : { |
3 |
| - "source" : { |
| 2 | + "paths": { |
| 3 | + "source": { |
4 | 4 | "root": "./test/files/",
|
5 |
| - "patterns" : "./test/files/_patterns/", |
6 |
| - "data" : "./test/files/_data/", |
| 5 | + "patterns": "./test/files/_patterns/", |
| 6 | + "data": "./test/files/_data/", |
7 | 7 | "meta": "./test/files/_meta/",
|
8 |
| - "styleguide" : "./test/files/styleguide/", |
9 |
| - "patternlabFiles" : { |
| 8 | + "styleguide": "./test/files/styleguide/", |
| 9 | + "patternlabFiles": { |
10 | 10 | "general-header": "./test/files/partials/general-header.mustache",
|
11 | 11 | "general-footer": "./test/files/partials/general-footer.mustache",
|
12 | 12 | "patternSection": "./test/files/partials/patternSection.mustache",
|
13 |
| - "patternSectionSubtype": "./test/files/partials/patternSectionSubtype.mustache", |
| 13 | + "patternSectionSubtype": |
| 14 | + "./test/files/partials/patternSectionSubtype.mustache", |
14 | 15 | "viewall": "./test/files/viewall.mustache"
|
15 | 16 | },
|
16 |
| - "js" : "./test/files/js", |
17 |
| - "images" : "./test/files/images", |
18 |
| - "fonts" : "./test/files/fonts", |
19 |
| - "css" : "./test/files/css/" |
| 17 | + "js": "./test/files/js", |
| 18 | + "images": "./test/files/images", |
| 19 | + "fonts": "./test/files/fonts", |
| 20 | + "css": "./test/files/css/" |
20 | 21 | },
|
21 |
| - "public" : { |
22 |
| - "root" : "./test/public/", |
23 |
| - "patterns" : "./test/public/patterns/", |
24 |
| - "data" : "./test/public/data/", |
25 |
| - "styleguide" : "./test/public/styleguide/", |
26 |
| - "js" : "./test/public/js", |
27 |
| - "images" : "./test/public/images", |
28 |
| - "fonts" : "./test/public/fonts", |
29 |
| - "css" : "./test/public/css" |
| 22 | + "public": { |
| 23 | + "root": "./test/public/", |
| 24 | + "patterns": "./test/public/patterns/", |
| 25 | + "data": "./test/public/data/", |
| 26 | + "styleguide": "./test/public/styleguide/", |
| 27 | + "js": "./test/public/js", |
| 28 | + "images": "./test/public/images", |
| 29 | + "fonts": "./test/public/fonts", |
| 30 | + "css": "./test/public/css" |
30 | 31 | }
|
31 | 32 | },
|
32 |
| - "styleGuideExcludes": [ |
33 |
| - "templates", |
34 |
| - "pages" |
35 |
| - ], |
| 33 | + "styleGuideExcludes": ["templates", "pages"], |
36 | 34 | "defaultPattern": "all",
|
37 |
| - "ignored-extensions" : ["scss", "DS_Store", "less"], |
38 |
| - "ignored-directories" : ["scss"], |
39 | 35 | "logLevel": "quiet",
|
40 | 36 | "ishControlsHide": {
|
41 | 37 | "s": false,
|
|
57 | 53 | "ishMinimum": "240",
|
58 | 54 | "ishMaximum": "2600",
|
59 | 55 | "patternStateCascade": ["inprogress", "inreview", "complete"],
|
60 |
| - "patternStates": { |
61 |
| - }, |
| 56 | + "patternStates": {}, |
62 | 57 | "patternExportPatternPartials": [],
|
63 | 58 | "patternExportDirectory": "./pattern_exports/",
|
64 | 59 | "patternExtension": "mustache",
|
|
0 commit comments