components / bootstrap

Shim repository for Twitter Bootstrap.

Home Page:http://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source Mapping URL in CSS file

Pudge601 opened this issue · comments

The bootstrap.css file contains the following line at the very bottom:

/*# sourceMappingURL=bootstrap.css.map */

Which seems to have something to do with developing with CSS preprocessors (https://developer.chrome.com/devtools/docs/css-preprocessors). Chrome tries to request the URL when it finds this comment in a css file, which will result in a 404 when including the styles through the components' require.css file, since there is no such file at the URL.