Safari is throwing 404 errors (bootstrap.css.map) using "Inspect Element" for new 5.0 theme using out of the box theme.
Cause of issue is last line of bootstrap.css, specifically:
/*# sourceMappingURL=bootstrap.css.map */
I realize it is commented out and users here are also flabbergasted as to why it causes problems:
https://stackoverflow.com/questions/21773376/bootstrap-trying-to-load-map-file-how-to-disable-it-do-i-need-to-do-it
Regardless, removing last line from bootstrap.css resolves issue, however others may miss unless this was intentional.
Can you provide insight into this???
