Skip to content

Commit b1cfd4f

Browse files
authored
Merge pull request pattern-lab#1003 from pattern-lab/feature/fix-twig-uikit-paths
fix(edition-twig): correct uikit paths in config
2 parents 25fad4f + 5f8d616 commit b1cfd4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/edition-twig/patternlab-config.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "uikit",
77
"recursive": true,
88
"paths": [
9-
"../uikit-workshop/views-twig"
9+
"./node_modules/@pattern-lab/uikit-workshop/views-twig"
1010
]
1111
},
1212
{
@@ -84,11 +84,11 @@
8484
"annotations": "./source/_annotations/",
8585
"styleguide": "dist/",
8686
"patternlabFiles": {
87-
"general-header": "../uikit-workshop/views/partials/general-header.mustache",
88-
"general-footer": "../uikit-workshop/views/partials/general-footer.mustache",
89-
"patternSection": "../uikit-workshop/views/partials/patternSection.mustache",
90-
"patternSectionSubtype": "../uikit-workshop/views/partials/patternSectionSubtype.mustache",
91-
"viewall": "../uikit-workshop/views/viewall.mustache"
87+
"general-header": "views/partials/general-header.mustache",
88+
"general-footer": "views/partials/general-footer.mustache",
89+
"patternSection": "views/partials/patternSection.mustache",
90+
"patternSectionSubtype": "views/partials/patternSectionSubtype.mustache",
91+
"viewall": "views/viewall.mustache"
9292
},
9393
"js": "./source/js",
9494
"images": "./source/images",

0 commit comments

Comments
 (0)