Angular-cli: NO EFFECT with ng serve --live-reload false

Created on 19 Aug 2016  路  15Comments  路  Source: angular/angular-cli

  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!

Most helpful comment

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?

All 15 comments

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.

DAMMAGE

This flag is not implemented in the webpack version. It should be removed in https://github.com/angular/angular-cli/issues/1807.

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

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?

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.

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

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

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

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.

How do we stop this ?

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.

@clydin is working on adding these options back in https://github.com/angular/angular-cli/pull/3952

@lestard You need to use: _ng serve --live-reload=false_

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._

Was this page helpful?
0 / 5 - 0 ratings