We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
patternDir needs to be added as a config option and as an installable path for composer.json.
patternDir
composer.json
The text was updated successfully, but these errors were encountered:
PL Node's settings has this that should be emulated:
{ "paths" : { "source" : { "root": "./source/", "patterns" : "./source/_patterns/", "data" : "./source/_data/", "meta": "./source/_meta/", "annotations" : "./source/_annotations/", "styleguide" : "./node_modules/styleguidekit-assets-default/dist/", "patternlabFiles" : "./node_modules/styleguidekit-mustache-default/views/", "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" } } }
As long as pre-existing installs don't break, there's no reason we should wait until 3.x.
Sorry, something went wrong.
No branches or pull requests
patternDir
needs to be added as a config option and as an installable path forcomposer.json
.The text was updated successfully, but these errors were encountered: