note fswatch
This commit is contained in:
parent
366cb78311
commit
01b5a56acd
|
@ -26,7 +26,7 @@ Usage
|
|||
* `-p <port>` - i.e. `sudo serve-https -p 443` (defaults to 8443)
|
||||
* `-d <dirpath>` - i.e. `serve-https -d /tmp/` (defaults to `pwd`)
|
||||
* `-c <content>` - i.e. `server-https -c 'Hello, World! '` (defaults to directory index)
|
||||
* `--livereload` - inject livereload into all html pages
|
||||
* `--livereload` - inject livereload into all html pages (see also: [fswatch](http://stackoverflow.com/a/13807906/151312))
|
||||
* `--insecure-port <port>` - run an http server that redirects to https (off by default)
|
||||
|
||||
Specifying a custom HTTPS certificate:
|
||||
|
|
Loading…
Reference in New Issue