Stylesheet not loaded because of MIME-type

前端 未结 30 2530
猫巷女王i
猫巷女王i 2020-11-22 07:29

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

30条回答
  •  攒了一身酷
    2020-11-22 08:14

    I had this error for a Bootstrap template.

    
    

    Then I removed the rel="stylesheet" from the link, i.e.:

    
    

    And everything works fine. Try this if you are using Bootstrap templates.

提交回复
热议问题