1. 10 Feb, 2017 1 commit
    • 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
  2. 09 Feb, 2017 2 commits
  3. 04 Feb, 2017 2 commits
  4. 26 Jan, 2017 1 commit
  5. 24 Jan, 2017 1 commit
  6. 23 Jan, 2017 1 commit
  7. 30 Dec, 2016 3 commits
  8. 13 Dec, 2016 1 commit
  9. 12 Dec, 2016 3 commits
  10. 11 Dec, 2016 2 commits
  11. 09 Dec, 2016 1 commit
  12. 07 Dec, 2016 1 commit
  13. 05 Dec, 2016 4 commits
  14. 03 Dec, 2016 1 commit
  15. 01 Dec, 2016 1 commit
  16. 28 Nov, 2016 1 commit
  17. 23 Nov, 2016 1 commit
  18. 20 Nov, 2016 7 commits
  19. 01 Nov, 2016 1 commit
  20. 28 Oct, 2016 2 commits
  21. 22 Oct, 2016 2 commits
    • Ville Immonen's avatar
      9b85e458
    • Ville Immonen's avatar
      Update dependencies (#945) · d5de99e0
      Ville Immonen authored
      * Update dependencies
      
      * Use published version of eslint-config-react-app for development
      
      We dogfood on our eslint-config-react-app by using it as our ESLint config,
      but installing it from the local folder causes problems when its peerDependencies
      are updated, because npm won't update it unless the version number changes.
      
      Use the published version for dogfooding so it can be installed from npm.
      d5de99e0
  22. 17 Oct, 2016 1 commit