Skip to content
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

Merged
merged 8 commits into from
Jun 13, 2018

Conversation

Josh68
Copy link
Contributor

@Josh68 Josh68 commented Jun 12, 2018

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.

@CLAassistant
Copy link

CLAassistant commented Jun 12, 2018

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@mbulfair mbulfair left a 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",
Copy link
Member

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)`,
Copy link
Member

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

@Josh68
Copy link
Contributor Author

Josh68 commented Jun 13, 2018

Updated

@mbulfair mbulfair merged commit 3b66cd4 into Comcast:latest Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants