| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions. |
Sorry, something went wrong.
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Sorry, something went wrong.
There was a problem hiding this comment.
Please uppercase HTTP.
requests [...] are served
Sorry, something went wrong.
There was a problem hiding this comment.
fixed
Sorry, something went wrong.
There was a problem hiding this comment.
This jumps to an example too abruptly. Maybe mention "For example, you can serve static files with Python:"?
And then maybe add an Express example.
Sorry, something went wrong.
There was a problem hiding this comment.
fixed
Sorry, something went wrong.
There was a problem hiding this comment.
This describes the problem but doesn't describe the solution.
Sorry, something went wrong.
There was a problem hiding this comment.
I believe this describes the solution
The server needs to be configured to respond to a request to /todos/42 by serving index.html.
The way to configure the server to do so depends on the server used; there's some server-specific information, eg in the Github Pages section.
Sorry, something went wrong.
|
Slightly tweaked and merged. Thank you so much! |
Sorry, something went wrong.
* master: (30 commits) Relax peerDependencies for ESLint preset (react#1191) Update Webpack to fix source map issues (react#1188) Update webpack prod config (react#1181) Chrome 'open tab' reuse an empty tab when possible (react#1165) Use file-loader for svgs (react#1180) Fix Babel issues in tests by applying the right transforms (react#1179) [babel-preset-react-app] Temporary fix missing babel plugins (react#1177) Add Subresource Integrity support (react#1176) Remove path module from webpack config on eject. (react#1175) Don't strip stack traces of evaluated webpack bundles (react#1050) Add deploy to Firebase CDN on template's README (Closes react#374) (react#1143) Update e2e.sh (react#1167) Document what npm build does and pushState (react#933) Fix minor typo/grammar (react#1099) Add "npm run build silently fails" to Troubleshooting (react#1168) Add testURL to jest config (react#1120) Make jsx-no-undef rule an error (react#1159) Update CHANGELOG.md Publish Update changelog for 0.8.1 ...
* Document what npm build does and pushState * Fix typos, add express example * Tweaks * Update README.md
* Document what npm build does and pushState * Fix typos, add express example * Tweaks * Update README.md
| Back | FazBrowse Home | New Git URL |
The User Guide does not actually document what npm run build does. The docs also don't describe how exactly to "deploy" the resulting build directory.
This PR describes what npm run build does and what it means to deploy the build in the Users Guide.
Additionally, it describes the pushState gotcha which was previously only described in reference to specific servers (eg github pages).