I\'m getting this error in Google Chrome developer tools:
jquery-2.0.2.min.map not found
I found a way to get rid of it by remov
1. Download the map file and uncompressed version of jquery. Put them with minified version.
2. Include minified version into your HTML
3. Check in Chrome
4. Read Introduction to JavaScript Source Maps
5. Get familiar with Debugging JavaScript