-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
Documentation and configuration updates #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the start
and this is good to be merged
package.json
Outdated
@@ -28,6 +28,7 @@ | |||
"Paul Wright <paul@paintedbicycle.com>" | |||
], | |||
"scripts": { | |||
"start": "npm run patternlab:serve", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was removed on purpose to allow those who want to use yarn or npm. Also since it's just a hook to serve I felt it was not needed.
`${plConfig.paths.source.patterns}**/*.md`, | ||
`${plConfig.paths.source.data}**/*.json`, | ||
`${plConfig.paths.source.patterns}**/*.(json|md|yaml|yml)`, | ||
`${plConfig.paths.source.data}**/*.(json|md|yaml|yml)`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice. Thank you
Updated |
Aside from the minor cleanup of and addition to config entries for data and content files in the data folder and patterns, these are just suggested updates to documentation.