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

前端 未结 13 1165
情书的邮戳
情书的邮戳 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:24

    Delete the line "/*# sourceMappingURL=bootstrap.min.css.map */ " in following files.

    • css/bootstrap.min.css
    • css/bootstrap.css

    To fetch the file path in Linux use the command find / -name "\*bootstrap\*"

提交回复
热议问题