Skip to content

NO EFFECT with ng serve --live-reload false #1755

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

Closed
elvisbegovic opened this issue Aug 19, 2016 · 15 comments
Closed

NO EFFECT with ng serve --live-reload false #1755

elvisbegovic opened this issue Aug 19, 2016 · 15 comments

Comments

@elvisbegovic
Copy link
Contributor

  1. win10
  2. angular-cli: 1.0.0-beta.11-webpack.2
  3. I wan't disable livereload when I do ng serve but --live-reload false doen't work, is this actually normal ?

Thanks!

@DxCx
Copy link

DxCx commented Aug 19, 2016

I've confirm this issue exists on 1.0.0-beta.11-webpack as well.
also, looking at the code, livereload flag is not being used.
looks like unimplemented feature.

@elvisbegovic
Copy link
Contributor Author

DAMMAGE

@filipesilva
Copy link
Contributor

This flag is not implemented in the webpack version. It should be removed in #1807.

@maxbellec
Copy link

maxbellec commented Sep 19, 2016

on version 1.0.0-beta.14, --live-reload flag is present but still does not seem to work for me

@trezero
Copy link

trezero commented Oct 3, 2016

If this flag is not implemented, does it mean there is no way to stop the constant unwanted reloading of an app while developing something that involves uploads and downloads?

@scottmas
Copy link

For reals? The flag hasn't worked for since August and it still exists in the --help command? At the very least this should be removed.

@laurentnovacomm
Copy link

Hello, I have the reversed problem, I would like to have live reload working with angular-cli 1.0.0-beta.22-1, but I cannot figure out why it does not work, however it works with lite-server but I would like to be able to start a project with -cli.

Maybe have you an idea about what I could check in JSON file or other ?

Thanks in advance

@creativec0de
Copy link

i'm using version 1.0.0-beta.24 and the flag is not working for me also...

@manuel-mauky
Copy link

Are there any updates on this? It would be great if we could disable live-reloading.
It makes my workflow less efficient.

@dimaShin
Copy link

dimaShin commented Jan 25, 2017

angular-cli: 1.0.0-beta.26
node: 7.4.0
os: darwin x64

it's very important for me to prevent live reloading, but it's not working.

@Bretto
Copy link

Bretto commented Jan 26, 2017

How do we stop this ?

@mp3por
Copy link

mp3por commented Jan 27, 2017

I would also like to be able to switch off live-reload and live-recompile ... it get extremely frustrating when I have to make a big change ( possible in multiple files ) and on every save it recompiles the whole project and outputs 19238129038 errors. I want to be able to manually tell it when to recompile and reload all modules.

@filipesilva
Copy link
Contributor

@clydin is working on adding these options back in #3952

@leonardothibes
Copy link

@lestard You need to use: ng serve --live-reload=false

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests