Stylesheet not loaded because of MIME-type

I’m working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my changes. The gulp task compiles everything properly, but on the website, I’m unable to see any style, and the console shows this error message: Refused to apply style from ‘http://localhost:3000/assets/styles/custom-style.css’ because its MIME type (‘text/html’) … Read more