Skip to content

Remove generated files from source#60

Merged
jdan merged 3 commits intojdan:masterfrom
teodragovic:feat/gh-pages
Apr 25, 2020
Merged

Remove generated files from source#60
jdan merged 3 commits intojdan:masterfrom
teodragovic:feat/gh-pages

Conversation

@teodragovic
Copy link
Copy Markdown
Contributor

@teodragovic teodragovic commented Apr 25, 2020

This PR will:

  • remove all generated files from docs dir
  • adjust docs build to use dist directory as a destination
  • add gh-pages package and script for easy deploy using GH pages

Copy link
Copy Markdown
Owner

@jdan jdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, this works for me! thanks so much

Comment thread build-docs.js
}

glob("dist/*", (err, files) => {
glob("docs/*", (err, files) => {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clever, I like this a lot :)

@jdan jdan merged commit 3365a30 into jdan:master Apr 25, 2020
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.

2 participants