We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The style live-reloading works fine with ember serve.
ember serve
However it seems broken as soon as --ssl option is passed.
--ssl
The text was updated successfully, but these errors were encountered:
The live reload is actually failing with: [Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT'
[Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT'
Sorry, something went wrong.
Thanks for reporting, I'll take a look.
@olivierlesnicki Does the full reload work?
Yes the full defaut ember-cli reload works
No branches or pull requests
The style live-reloading works fine with
ember serve
.However it seems broken as soon as
--ssl
option is passed.The text was updated successfully, but these errors were encountered: