1. 28 Jun, 2017 2 commits
  2. 27 Jun, 2017 8 commits
  3. 26 Jun, 2017 2 commits
  4. 18 Jun, 2017 2 commits
  5. 12 Jun, 2017 2 commits
  6. 08 Jun, 2017 1 commit
  7. 04 Jun, 2017 1 commit
  8. 02 Jun, 2017 1 commit
  9. 31 May, 2017 1 commit
  10. 29 May, 2017 1 commit
  11. 26 May, 2017 1 commit
    • Mirza Joldic's avatar
      Update README.md for `now` deployments (#2372) · fbaeff2d
      Mirza Joldic authored
      Simplified steps for deploying app to `now` as a static site. No need to `serve` script in `package.json` file. As of May 15, 2017, all static deployments on `now` are free and unlimited.
      fbaeff2d
  12. 24 May, 2017 1 commit
  13. 20 May, 2017 1 commit
  14. 19 May, 2017 7 commits
  15. 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
  16. 16 May, 2017 1 commit
  17. 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
  18. 12 May, 2017 3 commits
  19. 04 May, 2017 1 commit
  20. 02 May, 2017 1 commit
  21. 01 May, 2017 1 commit