Bootstrap trying to load map file. How to disable it? Do I need to do it?

前端 未结 13 988
情书的邮戳
情书的邮戳 2020-12-04 09:59

I\'m recently playing with bootsrap3. I compiled it from sources and included distr js and css to my project. The thing is, I see in GH dev tools, that it\'s trying to get .

13条回答
  •  有刺的猬
    2020-12-04 10:45

    Delete /*# sourceMappingURL=bootstrap.min.css.map */ in css/bootstrap.min.css

    and delete /*# sourceMappingURL=bootstrap.css.map */ in css/bootstrap.css

提交回复
热议问题