1. 10 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
      Joe Haddad authored
      * Add `PUBLIC_URL` env variable for advanced use (#937)
      * Add support for `PUBLIC_URL` env variable
      * Remove unnecessary duplications
      * Simplify served path choice logic
      * Honor PUBLIC_URL in development
      * Add e2e tests
      
      Enables serving static assets from specified host.
      613b584f
  2. 08 Feb, 2017 1 commit
  3. 30 Dec, 2016 1 commit
  4. 18 Dec, 2016 1 commit
  5. 09 Dec, 2016 1 commit
  6. 03 Dec, 2016 1 commit
  7. 21 Nov, 2016 1 commit
  8. 20 Nov, 2016 2 commits
  9. 17 Nov, 2016 1 commit
    • Ville Immonen's avatar
      Support Yarn (#898) · bcc469c9
      Ville Immonen authored
      In the `create-react-app` command, try to install packages using Yarn.
      If Yarn is not installed, use npm instead.
      
      In `react-scripts`, detect if the project is using Yarn by checking if
      a `yarn.lock` file exists. If the project is using Yarn, display all
      the instructions with Yarn commands and use Yarn to install packages
      in `init` and `eject` scripts.
      bcc469c9
  10. 07 Oct, 2016 1 commit
  11. 04 Oct, 2016 1 commit
  12. 01 Oct, 2016 1 commit
  13. 23 Sep, 2016 2 commits
  14. 22 Sep, 2016 1 commit
  15. 19 Sep, 2016 1 commit
  16. 18 Sep, 2016 1 commit
  17. 02 Sep, 2016 1 commit
  18. 08 Aug, 2016 1 commit
  19. 04 Aug, 2016 6 commits
  20. 29 Jul, 2016 2 commits
  21. 28 Jul, 2016 1 commit
  22. 27 Jul, 2016 4 commits
  23. 26 Jul, 2016 1 commit
  24. 25 Jul, 2016 1 commit
  25. 24 Jul, 2016 2 commits
    • Dan Abramov's avatar
      Provide instructions on publishing GH Pages (#162) · 458d3f9e
      Dan Abramov authored
      * Provide instructions on GH Pages deploy
      
      * Add docs for GH Pages deployment
      
      * Prevent incorrect paths in file-loader
      
      * Minor message tweaks
      
      * Update README.md
      
      * Fix relative paths
      458d3f9e
    • Donald Hruska's avatar
      Don't assume the project is hosted at the root (#94) · ef4f8e90
      Donald Hruska authored
      * Don't assume the project is hosted at the root
      * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/'
      
      * Fix package.json path and add sample package.json for tests
      
      * Update publicPath to use relative path portion of URL defined in homepage
      
      * Update successful bundle generation message
      
      * Show bundle generation success message based on presence of homepage in package.json
      ef4f8e90
  26. 21 Jul, 2016 1 commit
  27. 20 Jul, 2016 2 commits