brunch / auto-reload-brunch

Adds automatic browser reloading support to brunch.
88 stars 30 forks source link

Add scheme configuration support #54

Closed yavorsky closed 9 years ago

yavorsky commented 9 years ago

client:

window.brunch['auto-reload'].ssl = true;
es128 commented 9 years ago

This will probably not work for many/most people's environments, so the documentation is insufficient. We don't want a bunch of issues being opened asking us to help diagnose ssl problems.

Need to either provide reliable steps for ensuring the ssl option will work on most local systems, and/or provide a clear disclaimer that users are on their own when it comes to setting up certs correctly.

paulmillr commented 9 years ago

no. We should automatically detect SSL based on current uri's protocol.

The main question here was to add ACTUAL support of wss to server.

es128 commented 9 years ago

See my comments in #47

paulmillr commented 9 years ago

Thanks, merged manually because of merge conflicts.