Add docs-github-serve script for local serving the github target.#25139
Merged
Add docs-github-serve script for local serving the github target.#25139
docs-github-serve script for local serving the github target.#25139Conversation
Member
Is this referring to my ship checklist which mentions starting a Python server? |
Member
Author
|
I don't recall what you are using but if you are firing up a Python server
to test the GitHub build then yeah this should take care of that.
…On Dec 30, 2017 23:11, "Mark Otto" ***@***.***> wrote:
This is mostly so that we can quickly test the github build without having
to use other ways.
Is this referring to my ship checklist which mentions starting a Python
server?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25139 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVVtRQX_Fw3tiXK5cjqsoo0rZPybEPYks5tFqb0gaJpZM4RPnRZ>
.
|
Member
|
Yeah, because of our plugins and what not, we can't do a straight This wouldn't change that process for me though since the |
Member
Author
|
Yeah I like to test the production build without having to resort to other
tools locally.
Plus I might put something together later with browser sync instead of
jekyll's watch server.
…On Dec 30, 2017 23:32, "Mark Otto" ***@***.***> wrote:
Yeah, because of our plugins and what not, we can't do a straight git
push origin gh-pages—we need to copy-pasta the code over. My build/ship
script accomplishes this with a cp from bootstrap to a sibling clone of
the repo, bs-docs. I switch over to that, run a Python server because
there's only compiled files here, and verify some changes.
This wouldn't change that process for me though since the _config.yml and
build/ aren't present in the gh-pages branch. I don't think I personally
have a need for this one right now—is there another situation where this is
required?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25139 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVVtVx_YvG7iPq2XvNq0xaVYcghSPsxks5tFqvwgaJpZM4RPnRZ>
.
|
mdo
approved these changes
Dec 30, 2017
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is mostly so that we can quickly test the github build without having to use other ways.
It assumes
docs-githubhas been run, and it doesn't watch for changes.