I\'m working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my changes.
gulp
The gulp task compiles everything
if browser can not find related css file, it could give this error.
If you use Angular application you do not have to put css file path on index.html
-->
You could put related css file path on styles.css file.
@import "../node_modules/material-design-icons-iconfont/dist/material-design-icons.css";