1. 29 Jul, 2016 1 commit
    • Dallon Feldner's avatar
      Symlink-friendly path resolution (#277) · d2baa3c4
      Dallon Feldner authored
      * Symlink-friendly path resolution
      
      I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure.
      
      * Fix relative paths in post-eject case
      
      because I'm an idiot
      
      * Renamed resolveLib to resolveOwn
      d2baa3c4
  2. 28 Jul, 2016 5 commits
  3. 27 Jul, 2016 6 commits
  4. 26 Jul, 2016 2 commits
  5. 25 Jul, 2016 3 commits
  6. 24 Jul, 2016 3 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
    • Max Stoiber's avatar
      Disable jsx-handler-name eslint rule (#157) · 662fdb70
      Max Stoiber authored
      Ref #156
      
      Not sure if we can simply delete the line and that'll disable it, so I
      went with setting it to 0. Let me know!
      662fdb70
  7. 23 Jul, 2016 1 commit
  8. 22 Jul, 2016 6 commits
  9. 21 Jul, 2016 2 commits
  10. 20 Jul, 2016 6 commits
  11. 19 Jul, 2016 2 commits