Jquery mobile jquery.mobile-1.3.1.min.map在jquery.mobile-1.3.1发行版中的用途是什么?

Jquery mobile jquery.mobile-1.3.1.min.map在jquery.mobile-1.3.1发行版中的用途是什么?,jquery-mobile,Jquery Mobile,当我下载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 -> Unco

当我下载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版本?

这是源映射。它们在调试缩小的JavaScript文件时使用。因为它只用于调试目的,所以不是必需的


我推荐你读书。

谢谢你,伙计!我没有听说过源地图,但你的链接非常明确