I know what bootstrap.css.map
is and how to remove it. My question is different.
Is this file being loaded on normal customers' browsers, or does it only get pulled in when I open Chrome Developer Console?
I know what bootstrap.css.map
is and how to remove it. My question is different.
Is this file being loaded on normal customers' browsers, or does it only get pulled in when I open Chrome Developer Console?
Basically map files are for developers. It is not required on production machines. You could go through following answer on stack overflow this will help you understand concept better.
Bootstrap trying to load map file. How to disable it? Do I need to do it?