|
| 1 | +{ |
| 2 | + "cacheBust": true, |
| 3 | + "cleanPublic": true, |
| 4 | + "defaultPattern": "all", |
| 5 | + "defaultShowPatternInfo": false, |
| 6 | + "ishControlsHide": { |
| 7 | + "s": true, |
| 8 | + "m": true, |
| 9 | + "l": true, |
| 10 | + "full": false, |
| 11 | + "random": true, |
| 12 | + "disco": true, |
| 13 | + "hay": true, |
| 14 | + "mqs": true, |
| 15 | + "find": true, |
| 16 | + "views-all": false, |
| 17 | + "views-annotations": false, |
| 18 | + "views-code": false, |
| 19 | + "views-new": false, |
| 20 | + "tools-all": false, |
| 21 | + "tools-docs": false |
| 22 | + }, |
| 23 | + "ishViewportRange": { |
| 24 | + "s": [240, 500], |
| 25 | + "m": [500, 800], |
| 26 | + "l": [800, 2600] |
| 27 | + }, |
| 28 | + "logLevel": "info", |
| 29 | + "outputFileSuffixes": { |
| 30 | + "rendered": ".rendered", |
| 31 | + "rawTemplate": "", |
| 32 | + "markupOnly": ".markup-only" |
| 33 | + }, |
| 34 | + "paths": { |
| 35 | + "source": { |
| 36 | + "root": "source/", |
| 37 | + "patterns": "source/_patterns/", |
| 38 | + "data": "source/_data/", |
| 39 | + "meta": "source/_meta/", |
| 40 | + "annotations": "source/_annotations/", |
| 41 | + "styleguide": "dist/", |
| 42 | + "patternlabFiles": { |
| 43 | + "general-header": "views/partials/general-header.mustache", |
| 44 | + "general-footer": "views/partials/general-footer.mustache", |
| 45 | + "patternSection": "views/partials/patternSection.mustache", |
| 46 | + "patternSectionSubtype": "views/partials/patternSectionSubtype.mustache", |
| 47 | + "viewall": "views/viewall.mustache" |
| 48 | + }, |
| 49 | + "js": "source/js", |
| 50 | + "images": "source/images", |
| 51 | + "fonts": "source/fonts", |
| 52 | + "css": "source/css" |
| 53 | + }, |
| 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" |
| 64 | + } |
| 65 | + }, |
| 66 | + "patternExtension": "hbs", |
| 67 | + "patternStateCascade": ["inprogress", "inreview", "complete"], |
| 68 | + "patternExportDirectory": "pattern_exports", |
| 69 | + "patternExportPatternPartials": [], |
| 70 | + "serverOptions": { |
| 71 | + "wait": 1000 |
| 72 | + }, |
| 73 | + "starterkitSubDir": "dist", |
| 74 | + "styleGuideExcludes": [], |
| 75 | + "theme": { |
| 76 | + "color": "dark", |
| 77 | + "density": "compact", |
| 78 | + "layout": "horizontal" |
| 79 | + }, |
| 80 | + "uikits": [ |
| 81 | + { |
| 82 | + "name": "uikit-workshop", |
| 83 | + "outputDir": "", |
| 84 | + "enabled": true, |
| 85 | + "excludedPatternStates": [], |
| 86 | + "excludedTags": [] |
| 87 | + } |
| 88 | + ] |
| 89 | +} |
0 commit comments