1. 12 Feb, 2017 1 commit
  2. 30 Jan, 2017 1 commit
  3. 23 Jan, 2017 1 commit
    • Fabrizio Castellarin's avatar
      Use a more sophisticated template for end-to-end testing. (#1187) · 9099570b
      Fabrizio Castellarin authored
      * Use a more sophisticated template for end-to-end testing.
      
      * Not publish integration tests to npm
      
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Prepare the commands for testing with a template
      
      * Fix dev "template" path
      
      * Add various features to test
      
      * Test various features separately
      
      * Test language features
      
      * Comment unused e2e.sh lines
      
      * Add "development" tests
      
      * Test environment variables
      
      * Test webpack plugins
      
      * Replace kitchensink README
      
      * Switch integration tests from jest to mocha
      
      * Use `fs-extra`
      
      * Use the correct folders
      
      * Do some cleanup
      
      * Print a better message for `--template`
      
      * Test `npm start` with and without https
      
      * Separate fast e2e testing from kitchensink testing
      
      * Hide `--internal-testing-template` (former `--template`) CLI option
      9099570b
  4. 18 Dec, 2016 1 commit
  5. 11 Dec, 2016 2 commits
    • Dan Abramov's avatar
      Tweak console messages (#1236) · a8dedf32
      Dan Abramov authored
      * Tweak minimal Node error message
      
      * Tweak console messages
      
      * It doesn't need to be from npm
      
      * Try to fix e2e test
      a8dedf32
    • Fabrizio Castellarin's avatar
      Use "commander" for cli argv handling (#1195) · 7f9fb294
      Fabrizio Castellarin authored
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Revert comment about min supported node version
      
      * Check sooner for the minimal node version
      
      * Add travis test for node <4
      
      * Parse stderr in node versions <4
      7f9fb294
  6. 06 Dec, 2016 1 commit
  7. 05 Dec, 2016 1 commit
  8. 21 Nov, 2016 1 commit
  9. 20 Nov, 2016 1 commit
  10. 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
  11. 07 Oct, 2016 1 commit
  12. 22 Sep, 2016 2 commits
    • Ville Immonen's avatar
      Attempt to fix the e2e test (#704) · 302b9ec7
      Ville Immonen authored
      Only copy our own packages to bundledDependencies in the e2e test
      302b9ec7
    • Ville Immonen's avatar
      Fix the e2e test (#699) · d3ecd6df
      Ville Immonen authored
      * Fix the e2e test
      
      In the end-to-end test, we want to test all the latest packages from
      the monorepo instead of the versions from npm.
      
      To do this we will now:
      * run `lerna bootstrap` in the repo root folder before packaging react-scripts
      * bundle the deps like we do for releases, so the e2e test uses those packages
      
      * Fix copy-pasted comment
      d3ecd6df
  13. 19 Sep, 2016 3 commits
  14. 03 Sep, 2016 2 commits
  15. 02 Sep, 2016 3 commits
  16. 01 Sep, 2016 2 commits
  17. 12 Aug, 2016 1 commit
    • Andrey Popp's avatar
      Load favicon through html-loader. (#428) · 60178ac7
      Andrey Popp authored
      * Load favicon through html-loader.
      
      Fixes #291.
      
      * Add test for *.ico in e2e test suite
      
      * Configure html-loader to process <link href="...">
      
      * Address feedback on html-loader inclusion.
      
      * Place favicon.ico at the root of the build dir
      
      * Make comment style consistent between prod and dev webpack configs
      
      * Fix html-loader config in dev mode
      60178ac7
  18. 05 Aug, 2016 1 commit
  19. 01 Aug, 2016 1 commit
  20. 29 Jul, 2016 2 commits
  21. 27 Jul, 2016 1 commit
  22. 22 Jul, 2016 3 commits
  23. 21 Jul, 2016 1 commit
  24. 20 Jul, 2016 3 commits
  25. 18 Jul, 2016 1 commit