From 5f8d6167cdbeb201489edc05217b96b7a1339722 Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Sat, 6 Apr 2019 17:09:34 -0700 Subject: [PATCH] fix(edition-twig): correct uikit paths in config --- packages/edition-twig/patternlab-config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/edition-twig/patternlab-config.json b/packages/edition-twig/patternlab-config.json index 8612b1633..0223cb746 100644 --- a/packages/edition-twig/patternlab-config.json +++ b/packages/edition-twig/patternlab-config.json @@ -6,7 +6,7 @@ "id": "uikit", "recursive": true, "paths": [ - "../uikit-workshop/views-twig" + "./node_modules/@pattern-lab/uikit-workshop/views-twig" ] }, { @@ -84,11 +84,11 @@ "annotations": "./source/_annotations/", "styleguide": "dist/", "patternlabFiles": { - "general-header": "../uikit-workshop/views/partials/general-header.mustache", - "general-footer": "../uikit-workshop/views/partials/general-footer.mustache", - "patternSection": "../uikit-workshop/views/partials/patternSection.mustache", - "patternSectionSubtype": "../uikit-workshop/views/partials/patternSectionSubtype.mustache", - "viewall": "../uikit-workshop/views/viewall.mustache" + "general-header": "views/partials/general-header.mustache", + "general-footer": "views/partials/general-footer.mustache", + "patternSection": "views/partials/patternSection.mustache", + "patternSectionSubtype": "views/partials/patternSectionSubtype.mustache", + "viewall": "views/viewall.mustache" }, "js": "./source/js", "images": "./source/images",