-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenttype: bug/fix
Description
- OS - Windows 10
- Node version: 5.7.1
- I installed node-sass (version 3.7.0), renamed test-project.component.css to test-project.component.scss and filled it with:
h1 {
color: blue;
}
After running ng s everything is allright. But any change to .scss file (e.g. color: red;) does not update/reaload a page despite succesful build:
file added app\test-project.component.scss___jb_tmp___
file changed app\test-project.component.scss___jb_tmp___
file deleted app\test-project.component.scss
file added app\test-project.component.scss___jb_old___
file deleted app\test-project.component.scss___jb_tmp___
file added app\test-project.component.scss
file deleted app\test-project.component.scss___jb_old___
Build successful - 407ms.
Slowest Trees | Total
----------------------------------------------+---------------------
vendor | 327ms
Slowest Trees (cumulative) | Total (avg)
----------------------------------------------+---------------------
vendor (1) | 327ms
Funnel (9) | 34ms (3 ms)
Preferably it would be great if a page ptyles were updated without full page reload.
netmikey, jasondeandrade, artronics, reinos, el-banan and 11 more
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenttype: bug/fix