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

Support HTML auto reloading on watch mode #20

Merged
merged 17 commits into from
Sep 18, 2018
Merged

Support HTML auto reloading on watch mode #20

merged 17 commits into from
Sep 18, 2018

Commits on Sep 16, 2018

  1. Add ws package

    yhatt committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    bb30d2b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    2ed27db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382d45b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a96cf8 View commit details
    Browse the repository at this point in the history
  4. Fix broken unit test of watcher

    yhatt committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    9dd041c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebd5a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26afc57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9e5957 View commit details
    Browse the repository at this point in the history
  8. Fix rollup build

    yhatt committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    530cc6c View commit details
    Browse the repository at this point in the history
  9. Add test of WatchNotifier

    yhatt committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    abb869c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74c88a8 View commit details
    Browse the repository at this point in the history
  11. Allow passing WebSocket server option on WatchNotifier#start

    CircleCI would fail connection to server binded to localhost.
    yhatt committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    1e0924d View commit details
    Browse the repository at this point in the history
  12. Fix test of WatchNotifier#start to use mocks

    Avoid unexpected fails while testing caused by network environment.
    yhatt committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    40bcb50 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8211378 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    b7b1f49 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Add the example of watch mode on npx and docker. In docker,
    auto-reloading is available by setting port-fowarding. In addition, we
    add `--init` option to be able to use Ctrl+C SIGINT correctly.
    yhatt committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    9a00d72 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    yhatt committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    c565dd0 View commit details
    Browse the repository at this point in the history