1. 10 Feb, 2017 3 commits
    • Thibault Derousseaux's avatar
      Support relative asset paths for special case (#1489) · 8e127aaa
      Thibault Derousseaux authored
      * Fix paths in CSS files when homepage is set to "./"
      
      In the production build, ExtractTextPlugin is used to generate a separate CSS file instead of injecting style through JavaScript. This plugin does not work well by default with nested output structure. To fix it, we give it a relative publicPath pointing to the build folder.
      
      * Add section in README to explain how to make builds deployable anywhere
      
      * Apply review requested change
      
      * Apply review changes 2
      8e127aaa
    • 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
    • Jih-Chi Lee's avatar
      Make all react app vars accessible in index.html (#1440) · 1d9159de
      Jih-Chi Lee authored
      * Make all vars accessiable in index.html
      
      * Fix wrong env provieded to DefinePlugin
      
      * Separate results from getClientEnvironment
      
      * The `string` should be object instead of string
      
      * Fix accessing wrong field
      
      * Changed variables naming to `raw` and `stringified`
      
      * Remove trailing commas
      1d9159de
  2. 09 Feb, 2017 3 commits
  3. 08 Feb, 2017 3 commits
  4. 04 Feb, 2017 2 commits
  5. 30 Jan, 2017 2 commits
  6. 27 Jan, 2017 1 commit
  7. 26 Jan, 2017 1 commit
  8. 24 Jan, 2017 3 commits
  9. 23 Jan, 2017 2 commits
    • Vasiliy Taranov's avatar
      Add causes of dev server not detecting changes (#1422) · 65bde543
      Vasiliy Taranov authored
      * Add causes of dev server not detecting changes
      
      Add causes of `npm start` not detecting changes to Troubleshooting chapter of User Guide
      
      * Reworded slightly
      
      * Update README.md
      65bde543
    • 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
  10. 09 Jan, 2017 3 commits
    • Ville Immonen's avatar
      Publish · a5b83894
      Ville Immonen authored
       - create-react-app@1.0.3
       - react-scripts@0.8.5
      a5b83894
    • Ville Immonen's avatar
      Use yarnpkg alias to run Yarn (#1365) · 24abc5e1
      Ville Immonen authored
      There’s a common tool included in Hadoop that also has a `yarn` command,
      which created issues for users who had Hadoop installed:
      * #1257
      * #1363
      
      Yarn also installs the command under `yarnpkg` alias (added in
      https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92)
      so we can use `yarnpkg` instead of `yarn` to make it more reliable.
      
      This has no effect on users who don't have Hadoop installed, but those
      who have won't see errors from falsely detecting Hadoop Yarn as Yarn
      the package manager, and they can now also install Yarn to make use of
      our Yarn support without the Hadoop Yarn interfering.
      24abc5e1
    • Ville Immonen's avatar
      Use yarnpkg alias to run Yarn (#1365) · 1b645e2c
      Ville Immonen authored
      There’s a common tool included in Hadoop that also has a `yarn` command,
      which created issues for users who had Hadoop installed:
      * #1257
      * #1363
      
      Yarn also installs the command under `yarnpkg` alias (added in
      https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92)
      so we can use `yarnpkg` instead of `yarn` to make it more reliable.
      
      This has no effect on users who don't have Hadoop installed, but those
      who have won't see errors from falsely detecting Hadoop Yarn as Yarn
      the package manager, and they can now also install Yarn to make use of
      our Yarn support without the Hadoop Yarn interfering.
      1b645e2c
  11. 08 Jan, 2017 1 commit
  12. 30 Dec, 2016 3 commits
  13. 23 Dec, 2016 1 commit
  14. 18 Dec, 2016 1 commit
  15. 14 Dec, 2016 1 commit
  16. 13 Dec, 2016 2 commits
  17. 12 Dec, 2016 3 commits
  18. 11 Dec, 2016 5 commits