Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If Chrome DevTools is reporting a 404 for a .map file (maybe <code>jquery-1.10.2.min.map</code>, <code>jquery.min.map</code> or <code>jquery-2.0.3.min.map</code>, but can happen with anything) first thing to know is this is only requested when using the DevTools. <strong>Your users will not be hitting this 404.</strong></p> <p>Now you can fix this or disable the sourcemap functionality. </p> <h2>Fix: get the files</h2> <p>Next, it's an easy fix. Head to <a href="http://jquery.com/download/">http://jquery.com/download/</a> and click the <strong>Download the map file</strong> link for your version, and you'll want the uncompressed file downloaded as well.</p> <p><img src="https://i.stack.imgur.com/lfwrB.png" alt="enter image description here"></p> <p>Having the map file in place allows you do debug your minified jQuery via the original sources, which will save a lot of time and frustration if you don't like dealing with variable names like <code>a</code> and <code>c</code>. </p> <p>More about sourcemaps here: <a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/">An Introduction to JavaScript Source Maps</a></p> <h2>Dodge: disable sourcemaps</h2> <p>Instead of getting the files, you can alternatively disable JavaScript source maps completely for now, in your settings. This is a fine choice if you never plan on debugging JavaScript on this page. Use the cog icon in the bottom right of the DevTools, to open settings, then: <img src="https://i.stack.imgur.com/Ezwue.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload