|
38 | 38 | "data": "./source/_data/", |
39 | 39 | "meta": "./source/_meta/", |
40 | 40 | "annotations": "./source/_annotations/", |
41 | | - "styleguide": "./node_modules/@pattern-lab/uikit-workshop/dist/", |
| 41 | + "styleguide": "dist/", |
42 | 42 | "patternlabFiles": { |
43 | 43 | "general-header": |
44 | | - "./node_modules/@pattern-lab/uikit-workshop/views/partials/general-header.mustache", |
| 44 | + "views/partials/general-header.mustache", |
45 | 45 | "general-footer": |
46 | | - "./node_modules/@pattern-lab/uikit-workshop/views/partials/general-footer.mustache", |
| 46 | + "views/partials/general-footer.mustache", |
47 | 47 | "patternSection": |
48 | | - "./node_modules/@pattern-lab/uikit-workshop/views/partials/patternSection.mustache", |
| 48 | + "views/partials/patternSection.mustache", |
49 | 49 | "patternSectionSubtype": |
50 | | - "./node_modules/@pattern-lab/uikit-workshop/views/partials/patternSectionSubtype.mustache", |
| 50 | + "views/partials/patternSectionSubtype.mustache", |
51 | 51 | "viewall": |
52 | | - "./node_modules/@pattern-lab/uikit-workshop/views/viewall.mustache" |
| 52 | + "views/viewall.mustache" |
53 | 53 | }, |
54 | 54 | "js": "./source/js", |
55 | 55 | "images": "./source/images", |
56 | 56 | "fonts": "./source/fonts", |
57 | | - "css": "./source/css/" |
| 57 | + "css": "./source/css" |
58 | 58 | }, |
59 | 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" |
| 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" |
69 | 69 | } |
70 | 70 | }, |
71 | 71 | "patternExtension": "mustache", |
|
81 | 81 | "color": "light", |
82 | 82 | "density": "compact", |
83 | 83 | "layout": "vertical" |
84 | | - } |
| 84 | + }, |
| 85 | + "uikits": [ |
| 86 | + { |
| 87 | + "name": "uikit-workshop", |
| 88 | + "outputDir": "", |
| 89 | + "enabled": true, |
| 90 | + "excludedPatternStates": [], |
| 91 | + "excludedTags": [] |
| 92 | + } |
| 93 | + ] |
85 | 94 | } |
0 commit comments