diego2013 / CSR_Meteor

CSR prototype III. Implementation using the Meteor platform
1 stars 1 forks source link

Failed to load sourcemap error #179

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

Failed to parse SourceMap: http://localhost:3000/bootstrap.css.map

image

diego2013 commented 8 years ago

Could be something about Chrome's dev tools.

Indeed, I could not reproduce this on Safari.

diego2013 commented 8 years ago

Check also this SO answer

If you don't want to see those errors, either include the source maps for the corresponding files or disable the feature in Chrome DevTools Settings. They go by the name "Enable Javascript source maps" and "Enable CSS source maps" under "General -> Sources"

diego2013 commented 8 years ago

Won't fix, since is more a browser warning than an error. Also, I don't think there is an easy access to the meteor packages in order to put this file in its place