1. 19 May, 2017 5 commits
  2. 17 May, 2017 1 commit
    • Jeffrey Posnick's avatar
      PWA-ification, via SWPrecacheWebpackPlugin + manifest.json (#1728) · c7c3a521
      Jeffrey Posnick authored
      * sw-precache-webpack-plugin, SW registration, manifest.json
      
      * Documentation + a few SW tweaks.
      
      * Added an unregister method, too, just in case.
      
      * More info for the READMEs.
      
      * Add minify to SWPrecacheWebpackPlugin config
      
      * Fix SWPrecacheWebpackPlugin typo
      
      * Fix file references in READMEmd
      
      * Add instructions for testing service-worker locally
      
      * Review feedback
      
      * Some additional PWA metadata
      
      * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support
      
      * Review feedback.
      
      * Add manifest.json context in a comment.
      
      * Fix typo
      
      * Downgrade to sw-precache-webpack-plugin 0.9.1
      
      * Hide changes in README until 1.0
      
      * Hide changes in User Guide until 1.0
      
      * Hide more docs
      c7c3a521
  3. 16 May, 2017 1 commit
  4. 15 May, 2017 1 commit
    • Gabriel Aumala's avatar
      Support node scripts in BROWSER (#1590) · 8f028ae4
      Gabriel Aumala authored
      * Support node scripts in BROWSER
      
      Modify OpenBrowser.js to run node scripts specified with the BROWSER environment
      variable . If the value of the BROWSER environment variable ends with '.js' a
      child process is spawned to execute the script with node.js. Any
      arguments passed to npm start are also passed to this script, as well as
      the url where the app is served.
      The command executed in the child process is:
      
      node <pathToScript> [OPTIONS] <url>
      
      Update User Guide.
      
      * Tweak code style
      
      * Pin dep
      
      * Comment out 0.10 docs
      8f028ae4
  5. 12 May, 2017 3 commits
  6. 04 May, 2017 1 commit
  7. 02 May, 2017 1 commit
  8. 01 May, 2017 2 commits
  9. 25 Apr, 2017 1 commit
  10. 22 Apr, 2017 1 commit
  11. 19 Apr, 2017 1 commit
  12. 14 Apr, 2017 1 commit
  13. 09 Apr, 2017 1 commit
  14. 21 Mar, 2017 1 commit
  15. 18 Mar, 2017 1 commit
  16. 08 Mar, 2017 1 commit
    • Leo Lamprecht's avatar
      Suggest `serve` for running in production (#1760) · 8c00af14
      Leo Lamprecht authored
      * Suggest `serve` for serving the `build` directory
      
      * How to handle it with Node in prod (or other platforms)
      
      * Pretty newline added
      
      * Adjusted default port of static server
      
      * Remove `open` command from output
      
      * Removed constant assignment
      
      * Better explanation for not using having to use a static server
      
      * Cute newline added
      
      * Style nits
      8c00af14
  17. 07 Mar, 2017 2 commits
    • Andres Suarez's avatar
      Add yarn steps for adding flow (#1756) · 837f5449
      Andres Suarez authored
      [skip ci]
      837f5449
    • Rory Hunter's avatar
      Whitelist files that can be embedded through url-loader (#1305) · 2ac1b38e
      Rory Hunter authored
      * Whitelist files that can be embedded through url-loader
      
      Change the current catch-all loader to use file-loader instead of
      url-loader, and exclude common image file extensons. Add another url-loader
      for images, configured identically to the original catch-all loader.
      
      Part of issue #1293.
      
      * Update tests to reflect change in loader config
      
      * Integration test fix
      
      * More CI fixes
      
      * Work around broken loader-utils behaviour in integration tests
      
      * Revise the documentation around file loading
      
      * Documentation tweaks
      
      * Docs tweak
      
      * Update test now that webpack/loader-utils has been updated
      
      * Update react-scripts to depend on babel-loader@7.0.0-alpha.2
      
      * Bump deps
      2ac1b38e
  18. 05 Mar, 2017 3 commits
  19. 02 Mar, 2017 1 commit
  20. 01 Mar, 2017 1 commit
  21. 27 Feb, 2017 1 commit
  22. 24 Feb, 2017 8 commits
  23. 22 Feb, 2017 1 commit