-
Notifications
You must be signed in to change notification settings - Fork 12k
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
fix(serve): allow relevant live-reload options to function #3952
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide an e2e tests for those flags, as there isn't one right now.
@clydin Do you think you'll have time to finish this soon? My team needs this PR so I'm happy to help if you want. |
Merged via #4744 |
The "ng serve --live-reload false" is still not working for me. I have Angular CLI 1.0.0-beta.26. Does anybody ever got that to work? |
@fabionolasco Your CLI version is very, very old; update it first to the latest one. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This provides implementations for the following
serve
command options:live-reload
[boolean; default: true] -- flag to control the browser live reload capabilitylive-reload-client
[URL; default:ssl
/host
/port
command options] -- specify the URL that the live reload browser client will useCloses #3361