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
I had this error for a Bootstrap template.
Then I removed the rel="stylesheet" from the link, i.e.:
rel="stylesheet"
And everything works fine. Try this if you are using Bootstrap templates.