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

BUG: Styleguide directory is expected to exist when npm run docs starts #50

Closed
zastrow opened this issue Oct 29, 2020 · 0 comments
Closed

Comments

@zastrow
Copy link
Contributor

zastrow commented Oct 29, 2020

This seems like an oversight on my part. The MDCSS process creates the styleguide directory, but the first task in the docs process is to remove all content from the styleguide directory. When the project is first pulled down the directory does not exist yet, which causes the npm run docs process to fail from the start.

Need to change how the clean task runs so it does not disrupt the build.

yosevu added a commit that referenced this issue Nov 6, 2020
This prevents a first time install error that happens when there is no
styleguide directory: touch: ./styleguide/docs.md: No such file or directory.

Resolves #50
yosevu added a commit that referenced this issue Nov 6, 2020
This prevents a first time install error that happens when there is no
styleguide directory: touch: ./styleguide/docs.md: No such file or directory.

Resolves #50
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

No branches or pull requests

1 participant