1. 20 Nov, 2016 1 commit
  2. 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
  3. 07 Oct, 2016 1 commit
  4. 04 Oct, 2016 1 commit
  5. 01 Oct, 2016 1 commit
  6. 23 Sep, 2016 2 commits
  7. 22 Sep, 2016 1 commit
  8. 19 Sep, 2016 1 commit
  9. 18 Sep, 2016 1 commit
  10. 02 Sep, 2016 1 commit
  11. 08 Aug, 2016 1 commit
  12. 04 Aug, 2016 6 commits
  13. 29 Jul, 2016 2 commits
  14. 28 Jul, 2016 1 commit
  15. 27 Jul, 2016 4 commits
  16. 26 Jul, 2016 1 commit
  17. 25 Jul, 2016 1 commit
  18. 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
  19. 21 Jul, 2016 1 commit
  20. 20 Jul, 2016 2 commits
  21. 19 Jul, 2016 1 commit
  22. 18 Jul, 2016 6 commits