Failed to parse SourceMap: when loading CSS file in Chrome

1

In the header of my page I have some files linked of which they load perfectly their styles, but when opening the window " Developer Tools " of Google Chrome shows me an error at the bottom " Console ":

Failed to parse SourceMap: link

Considering that the styles load perfectly. What could it be?

    
asked by Jaime Diaz 20.04.2016 в 15:16
source

1 answer

2

I was able to solve the problem just by removing the last commented line from the bootstrap.css file:

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

I saved the CSS file again and when reloading the page, the error message did not appear in the chrome console, for those who have this small problem it is already solved, greetings.

    
answered by 20.04.2016 в 17:42