Closed ramakay closed 8 years ago
If you set key
, cert
, or pfx
options, they'll get passed through to tiny-lr as options and it will serve https. You'll need to also leave appendScriptTag
as false and manually add a script tag to your html:
<script src="https://localhost:port/livereload.js"></script>
Thank you, will give it a try.
Looks like this might be achieved by creating a httpserver vs httpserver...thoughts?