You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a unit test file with .spec, change something in it.
You should see the ng serve re-compiling the app and the browser reloading it.
But nothing changed in the app.
Desired functionality.
If a .spec changes, do not re-compile the app nor reload app in the browser.
The text was updated successfully, but these errors were encountered:
maxime1992
changed the title
ng serve and ng watch same time: If .spec changes, ng serve re-compiles and reload the app
If .spec changes, ng serve re-compiles and reload the app
Jul 13, 2017
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.2.0
node: 8.0.0
os: linux x64
@angular/animations: 4.1.3
@angular/common: 4.1.3
@angular/compiler: 4.1.3
@angular/core: 4.1.3
@angular/flex-layout: 2.0.0-beta.8
@angular/forms: 4.1.3
@angular/http: 4.1.3
@angular/material: 2.0.0-beta.7
@angular/platform-browser: 4.1.3
@angular/platform-browser-dynamic: 4.1.3
@angular/router: 4.1.3
@angular/cli: 1.2.0
@angular/compiler-cli: 4.1.3
@angular/language-service: 4.1.3
Repro steps.
Open a unit test file with
.spec
, change something in it.You should see the
ng serve
re-compiling the app and the browser reloading it.But nothing changed in the app.
Desired functionality.
If a
.spec
changes, do not re-compile the app nor reload app in the browser.The text was updated successfully, but these errors were encountered: