Подтвердить что ты не робот

Какова цель jquery.mobile-1.3.1.min.map в дистрибутиве jquery.mobile-1.3.1?

Когда я загрузил jquery.mobile-1.3.1 dist, я вижу следующую структуру:

demos -> directory for demos of jquery-mobile
images -> directory of images 
index.html -> index for demos
jquery.mobile-1.3.1.css -> Uncompressed with Default theme
jquery.mobile-1.3.1.js -> Uncompressed
jquery.mobile-1.3.1.min.css -> Minified with Default theme
jquery.mobile-1.3.1.min.js -> Minified
jquery.mobile-1.3.1.min.map -> ?? (what it is for? is it necessary for min version?)
jquery.mobile.structure-1.3.1.css -> Uncompressed structure without a theme
jquery.mobile.structure-1.3.1.min.css -> Minified structure without a theme
jquery.mobile.theme-1.3.1.css -> Uncompressed theme for structure without theme (can be changed by another theme)
jquery.mobile.theme-1.3.1.min.css -> Minified theme for structure without theme (can be changed by another theme)

Как вы можете видеть, я не знаю цели jquery.mobile-1.3.1.min.map, для чего она предназначена? это необходимо для версии min?

4b9b3361

Ответ 1

Это карта источника. Они используются при отладке мини файлов JavaScript. Поскольку это только для целей отладки, это не требуется.

Я рекомендую читать Введение в исходные карты JavaScript.