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

Update README—Warn against use of LiveReload extension when using chr… #452

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/watch-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Instead of adding a script tag to your page, you can live reload your page by in

Once installed please use the default live reload port `35729` and the browser extension will automatically reload your page without needing the `<script>` tag.

Note: Chrome extension LiveReload#2.1.0 does not support `Https` and must be injected manually.

### Using Connect Middleware
Since live reloading is used when developing, you may want to disable building for production (and are not using the browser extension). One method is to use Connect middleware to inject the script tag into your page. Try the [connect-livereload](https://github.com/intesso/connect-livereload) middleware for injecting the live reload script into your page.

Expand Down