|
32 | 32 | "markupOnly": ".markup-only" |
33 | 33 | }, |
34 | 34 | "paths" : { |
35 | | - "source" : { |
| 35 | + "source": { |
36 | 36 | "root": "./source/", |
37 | | - "patterns" : "./source/_patterns/", |
38 | | - "data" : "./source/_data/", |
| 37 | + "patterns": "./source/_patterns/", |
| 38 | + "data": "./source/_data/", |
39 | 39 | "meta": "./source/_meta/", |
40 | | - "annotations" : "./source/_annotations/", |
41 | | - "styleguide" : "./node_modules/@pattern-lab/uikit-workshop/dist/", |
42 | | - "patternlabFiles" : { |
43 | | - "general-header": "./node_modules/@pattern-lab/uikit-workshop/views/partials/general-header.mustache", |
44 | | - "general-footer": "./node_modules/@pattern-lab/uikit-workshop/views/partials/general-footer.mustache", |
45 | | - "patternSection": "./node_modules/@pattern-lab/uikit-workshop/views/partials/patternSection.mustache", |
46 | | - "patternSectionSubtype": "./node_modules/@pattern-lab/uikit-workshop/views/partials/patternSectionSubtype.mustache", |
47 | | - "viewall": "./node_modules/@pattern-lab/uikit-workshop/views/viewall.mustache" |
| 40 | + "annotations": "./source/_annotations/", |
| 41 | + "styleguide": "dist/", |
| 42 | + "patternlabFiles": { |
| 43 | + "general-header": |
| 44 | + "views/partials/general-header.mustache", |
| 45 | + "general-footer": |
| 46 | + "views/partials/general-footer.mustache", |
| 47 | + "patternSection": |
| 48 | + "views/partials/patternSection.mustache", |
| 49 | + "patternSectionSubtype": |
| 50 | + "views/partials/patternSectionSubtype.mustache", |
| 51 | + "viewall": |
| 52 | + "views/viewall.mustache" |
48 | 53 | }, |
49 | | - "js" : "./source/js", |
50 | | - "images" : "./source/images", |
51 | | - "fonts" : "./source/fonts", |
52 | | - "css" : "./source/css/" |
| 54 | + "js": "./source/js", |
| 55 | + "images": "./source/images", |
| 56 | + "fonts": "./source/fonts", |
| 57 | + "css": "./source/css" |
53 | 58 | }, |
54 | | - "public" : { |
55 | | - "root" : "./public/", |
56 | | - "patterns" : "./public/patterns/", |
57 | | - "data" : "./public/styleguide/data/", |
58 | | - "annotations" : "./public/annotations/", |
59 | | - "styleguide" : "./public/styleguide/", |
60 | | - "js" : "./public/js", |
61 | | - "images" : "./public/images", |
62 | | - "fonts" : "./public/fonts", |
63 | | - "css" : "./public/css" |
| 59 | + "public": { |
| 60 | + "root": "public/", |
| 61 | + "patterns": "public/patterns/", |
| 62 | + "data": "public/styleguide/data/", |
| 63 | + "annotations": "public/annotations/", |
| 64 | + "styleguide": "public/styleguide/", |
| 65 | + "js": "public/js", |
| 66 | + "images": "public/images", |
| 67 | + "fonts": "public/fonts", |
| 68 | + "css": "public/css" |
64 | 69 | } |
65 | 70 | }, |
66 | 71 | "patternExtension": "mustache", |
|
77 | 82 | "color": "dark", |
78 | 83 | "density": "compact", |
79 | 84 | "layout": "horizontal" |
80 | | - } |
| 85 | + }, |
| 86 | + "uikits": [ |
| 87 | + { |
| 88 | + "name": "uikit-workshop", |
| 89 | + "outputDir": "", |
| 90 | + "enabled": true, |
| 91 | + "excludedPatternStates": [], |
| 92 | + "excludedTags": [] |
| 93 | + } |
| 94 | + ] |
81 | 95 | } |
0 commit comments