2013-04-21 14 views
13
i aşağıdaki yapısını görmek jquery.mobile-1.3.1 dist indirilen

:jquery.mobile-1.3.1 dağılımındaki jquery.mobile-1.3.1.min.map'in amacı nedir?

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) 

i, jquery.mobile-1.3.1.min.map amacını bilmiyorum görebileceğiniz gibi neyi için? min sürüm için gerekli mi?

cevap

19

Bu bir kaynak haritadır. Minified JavaScript dosyalarını ayıklarken kullanılırlar. Sadece hata ayıklama amaçlı olduğu için gerekli değildir.

Introduction to JavaScript Source Maps okumanızı tavsiye ederim.

+0

teşekkürler dostum! Kaynak haritalarını duymadım ama bağlantın çok açık – user1546652