Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: live reload port fallback if port is used #899

Merged
merged 16 commits into from
Sep 12, 2018

Commits on Aug 11, 2018

  1. Move start reload server into separate module

    Tom Auger committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    1e993bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9aa74 View commit details
    Browse the repository at this point in the history
  3. Move findUnusedPort into module

    Tom Auger committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    556bead View commit details
    Browse the repository at this point in the history
  4. Add tests for findUnusedPort module

    Tom Auger committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    7e44955 View commit details
    Browse the repository at this point in the history
  5. Refactor findUnusedPort

    Tom Auger committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    e8c6d18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa2c523 View commit details
    Browse the repository at this point in the history
  7. Remove unused constants.js

    Tom Auger committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    befd8c6 View commit details
    Browse the repository at this point in the history
  8. Zap extra line breaks

    Tom Auger committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    437f87f View commit details
    Browse the repository at this point in the history
  9. Add tests for liveReloadServer

    Tom Auger committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    ae6b0bc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Merge branch 'master' into live-reload-port

    Tom Auger committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    815f4e5 View commit details
    Browse the repository at this point in the history
  2. Rename serverController to start

    Tom Auger committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8e8a331 View commit details
    Browse the repository at this point in the history
  3. Move start into lib/server

    Tom Auger committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    152621e View commit details
    Browse the repository at this point in the history
  4. Add portfinder package

    Tom Auger committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    4698940 View commit details
    Browse the repository at this point in the history
  5. Replace findUnusedPort with portfinder

    Tom Auger committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    6b26fa1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into live-reload-port

    Tom Auger committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    6979f86 View commit details
    Browse the repository at this point in the history
  7. nits

    endiliey committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    febf0d5 View commit details
    Browse the repository at this point in the history