2013-04-21 12 views
13

जब मैं jquery.mobile-1.3.1 जिले मैं निम्नलिखित संरचना देख डाउनलोड किया गया:jquery.mobile-1.3.1.min.map jquery.mobile-1.3.1 वितरण में jquery.mobile-1.3.1.min.map का उद्देश्य क्या है?

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 के प्रयोजन पता है कि के लिए है? क्या यह न्यूनतम संस्करण के लिए आवश्यक है?

उत्तर

19

यह एक स्रोत मानचित्र है। जब वे मिनीस्क्रिप्ट जावास्क्रिप्ट फ़ाइलों को डीबग करते हैं तो उनका उपयोग किया जाता है। चूंकि यह केवल डीबगिंग उद्देश्यों के लिए है, इसकी आवश्यकता नहीं है।

मैं Introduction to JavaScript Source Maps पढ़ने की अनुशंसा करता हूं।

+0

धन्यवाद दोस्त! मैंने स्रोत मानचित्रों के बारे में सुना है लेकिन आपका लिंक बहुत स्पष्ट है – user1546652

संबंधित मुद्दे