-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Deployment to GitHub Pages #383
Comments
Happy to review a PR doing this! |
@gesposito @gaearon how about something more minimal like: https://github.com/X1011/git-directory-deploy It's just a single shell script with no dependencies. |
If we use something it must work good on Windows. |
Hi @gaearon. Probably we can use gh-pages package and create additional npm script, e.g. |
We might be able to take advantage of this: https://github.com/blog/2228-simpler-github-pages-publishing |
I feel that this is out of scope, especially now that it’s so simple to deploy to GH pages with |
Gh-pages deployment would be much easier if there was a way to change the build output path from /static/foo.css to static/foo.css to make it work on gh-pages, without doing it manually. That way I can deploy just be doing |
In order to provide a better DX, sticking to
create-react-app
's core ideas, I suggest replacing the manual steps of GitHub Pages deploy (the user has to setup a script himself?) with tools or setups like gh-pages.Do you see any drawback for this?
I could take a look at it or let @tschaub take the honor.
The text was updated successfully, but these errors were encountered: