1. 28 Jun, 2017 3 commits
    • Jaco Bovenschen's avatar
      Add json and css to lint-staged in template README (#2671) · d0aa6b23
      Jaco Bovenschen authored
      * Add json and css to lint-staged in template README
      
      This changes the proposed way about using prettier inside the README.md, because prettier supports css since the 1.4.0 release and json since the 1.5.0 release. 
      
      Was not sure if it was a good idea to add different regexes for json and css inside the README.md don't have a real opinion about it myself, could maybe easier for starters to do so if they wan't to add things like eslint or stylelint the the commit hooks.
      
      * Use capitalization for Javascript, CSS and JSON
      
      * Change 'Javascript to JavaScript'
      d0aa6b23
    • Dan Abramov's avatar
      Minor code style edits to user guide (#2660) · 0cebe046
      Dan Abramov authored
      * Minor code style edits to user guide
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      0cebe046
    • Dan Abramov's avatar
      Don't ask to install webpack for using Styleguidist (#2656) · c578d148
      Dan Abramov authored
      * Don't ask to install webpack for using Styleguidist
      
      * Update README.md
      c578d148
  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