-
Notifications
You must be signed in to change notification settings - Fork 11.9k
css live-reload not working #878
Copy link
Copy link
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 urgenthelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixtype: bug/fix
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 urgenthelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixtype: bug/fix
Mac OSX (El Capitan)
angular-cli: 1.0.0-beta.5
node: 6.2.0
npm: 3.8.9
ng new ng2-demo
cd ng2-demo
ng serve
go to edit generated "ng2-demo.component.css"
browser doesn't reload css changes automatically, has to refresh the page manually to see the change
but live reload works properly for html changes