Home javascript / * # sourceMappingURL = modal.css.map * / - what does it...

/ * # sourceMappingURL = modal.css.map * / – what does it mean?

Author

Date

Category

modal.css has a line at the end of the file

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

Writes in the console:

GET http://landinco.ru/wp-content/themes/ Divi / albanza / css / modal.css.map 404 (Not Found).

What does this mean and where can I get it? There is no such file in the script …


Answer 1, authority 100%

This means that the given CSS code was generated with some kind of CSS preprocessor using the Source Map.
If you understand everything in this file (or you don’t need to understand it) and it works correctly, then this line can be safely removed.

You can read about code maps here http://habrahabr.ru/post/148098/

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions