angular-cli: Re-compile does not always trigger browser update

OS?

Linux Kubuntu 16.10

Versions.

@angular/cli: 1.0.0-beta.30 node: 7.4.0 os: linux x64

Repro steps.

ng new newApp cd newApp ng serve Edit app.component.ts (I changed ‘app works!’ to ‘app works!!’) and save. This will trigger a re-compile.

The log given by the failure.

[WDS] App updated. Recompiling… [WDS] App updated. Recompiling… [WDS] Nothing changed.

Mention any other details that might be useful.

The hash between compile runs does not change.

I’ve seen an issue on this topic before, but it appears this is not a Windows-specific problem.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 13
  • Comments: 26 (4 by maintainers)

Most upvoted comments

What kind of changes are considered to be “minor”?