diff --git a/packages/uikit-workshop/.patternlabrc.js b/packages/uikit-workshop/.patternlabrc.example.js similarity index 85% rename from packages/uikit-workshop/.patternlabrc.js rename to packages/uikit-workshop/.patternlabrc.example.js index 2eaa244c1..4b10cc34a 100644 --- a/packages/uikit-workshop/.patternlabrc.js +++ b/packages/uikit-workshop/.patternlabrc.example.js @@ -1,5 +1,5 @@ // .rc config file allowing users to customize folder locations, etc that are wired up to be configurable in the build process (via cosmic config) -- this example lives in the root of UIKit however can live in a higher-level parent as part of your project's config! module.exports = { - // buildDir: '../../../www/pattern-lab', + // buildDir: __dirname + '/www/pattern-lab', } \ No newline at end of file diff --git a/packages/uikit-workshop/dist/index.html b/packages/uikit-workshop/dist/index.html index 0e41f8578..908d91800 100644 --- a/packages/uikit-workshop/dist/index.html +++ b/packages/uikit-workshop/dist/index.html @@ -1,12 +1,11 @@ - + Pattern Lab - + - @@ -20,7 +19,13 @@