We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
patternlab-config.json paths
patternlab-config.json
{ "paths" : { "source" : { "root": "./source/", "patterns" : "./source/_patterns/", "data" : "./source/_data/", "meta": "./source/_meta/", "annotations" : "./source/_annotations/", - "styleguide" : "./node_modules/styleguidekit-assets-default/dist/", + "styleguide" : "./node_modules/@pattern-lab/styleguidekit-assets-default/dist/", - "patternlabFiles" : "./node_modules/styleguidekit-mustache-default/views/", + "patternlabFiles" : { + "general-header": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/general-header.mustache", + "general-footer": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/general-footer.mustache", + "patternSection": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/patternSection.mustache", + "patternSectionSubtype": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/patternSectionSubtype.mustache", + "viewall": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/viewall.mustache" + }, "js" : "./source/js", "images" : "./source/images", "fonts" : "./source/fonts", "css" : "./source/css/" }, "public" : { "root" : "./public/", "patterns" : "./public/patterns/", "data" : "./public/styleguide/data/", "annotations" : "./public/annotations/", "styleguide" : "./public/styleguide/", "js" : "./public/js", "images" : "./public/images", "fonts" : "./public/fonts", "css" : "./public/css" } },
The text was updated successfully, but these errors were encountered:
specify template files via configuration
a2fe7a2
part of pattern-lab/patternlab-node#683
Still should update grunt config
Sorry, something went wrong.
Add configuration check for specified templates
0a41103
part of #683
this should address in part #285 (comment)
9b16f26
bmuenzenmeyer
No branches or pull requests
patternlab-config.json
pathsThe text was updated successfully, but these errors were encountered: