Stylesheet not loaded because of MIME-type

前端 未结 30 2533
猫巷女王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 07:54

    I got the same issue and then I checked that I wrote:

    in index.html

    Then I changed to

    
    

    And then it worked fine.

提交回复
热议问题