1. 08 Mar, 2017 1 commit
    • Leo Lamprecht's avatar
      Suggest `serve` for running in production (#1760) · 8c00af14
      Leo Lamprecht authored
      * Suggest `serve` for serving the `build` directory
      
      * How to handle it with Node in prod (or other platforms)
      
      * Pretty newline added
      
      * Adjusted default port of static server
      
      * Remove `open` command from output
      
      * Removed constant assignment
      
      * Better explanation for not using having to use a static server
      
      * Cute newline added
      
      * Style nits
      8c00af14
  2. 07 Mar, 2017 1 commit
  3. 06 Mar, 2017 2 commits
    • Dan Abramov's avatar
    • Ade Viankakrisna Fadlil's avatar
      extract generic build functions to react-dev-utils (#1726) · fbdff9d7
      Ade Viankakrisna Fadlil authored
      * Temp rename
      
      * Rename to change the case
      
      * extract generic build functions to react-dev-utils
      
      * tweak package json files and move removeFileNameHash
      
      * revert removeFileNameHash
      
      * use paths.appBuild in printFileSizes
      
      * use paths.appBuild in removeFileNameHash
      
      * change curried functions to regular functions
      
      * add fs-extra to react-dev-utils deps
      
      * move getDifferenceLabel inside printFileSizes
      
      * inline copyPublicFolder
      
      * combine printFileSizes and removeFileNameHash to fileSizeReporter
      
      * fix typo
      
      * Tweak APIs and fix issues
      
      * Fix heading
      
      * Remove missing file
      
      * Newline
      
      * Newline
      
      * Trailing space
      
      * Update FileSizeReporter.js
      
      * Update build.js
      fbdff9d7
  4. 24 Feb, 2017 4 commits
  5. 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
  6. 08 Feb, 2017 1 commit
  7. 30 Dec, 2016 1 commit
  8. 18 Dec, 2016 1 commit
  9. 09 Dec, 2016 1 commit
  10. 03 Dec, 2016 1 commit
  11. 21 Nov, 2016 1 commit
  12. 20 Nov, 2016 2 commits
  13. 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
  14. 07 Oct, 2016 1 commit
  15. 04 Oct, 2016 1 commit
  16. 01 Oct, 2016 1 commit
  17. 23 Sep, 2016 2 commits
  18. 22 Sep, 2016 1 commit
  19. 19 Sep, 2016 1 commit
  20. 18 Sep, 2016 1 commit
  21. 02 Sep, 2016 1 commit
  22. 08 Aug, 2016 1 commit
  23. 04 Aug, 2016 6 commits
  24. 29 Jul, 2016 2 commits
  25. 28 Jul, 2016 1 commit
  26. 27 Jul, 2016 3 commits