jquery-1.10.2.min.map Not found (when jQuery source set to local) 
							
								 
							 
							February 23, 2014, 11:24:12 am 
							 
							
						 
					
					
						Noticed this on my test install in the chrome developer tools.   The requested URL /elktest/themes/default/scripts/jquery-1.10.2.min.map was not found on this server. Indeed that file is not in themes/default/scripts.   If I switch the "Source for the jQuery Library" setting to Google CDN from local this goes away.  Should this file be included in the theme?
						 
						
					
				 
				
						
						
							Re: jquery-1.10.2.min.map Not found (when jQuery source set to local) 
							
								 
							 
							
								Reply #1  – February 23, 2014, 12:14:40 pm 
							 
							
						 
					
					
						Confirmed, I've seen this in chrome developer tools, too.
						 
						
					
				 
				
						
						
							Re: jquery-1.10.2.min.map Not found (when jQuery source set to local) 
							
								 
							 
							
								Reply #4  – February 24, 2014, 07:32:47 am 
							 
							
						 
					
					
						Both! I use 1.x for ie<9 and 2.x otherwise.
						 
						
					
				 
				
						
						
							Re: jquery-1.10.2.min.map Not found (when jQuery source set to local) 
							
								 
							 
							
								Reply #6  – March 13, 2014, 10:11:43 am 
							 
							
						 
					
					
						There is nothing for use to fix really ...  We could update the min jquery package to 1.11 which simply does not log that message to the console.  Thats likely safe to do, but I've never liked being on a .0 of jquery. Or for those using chrome dev tools with earlier versions of minimized jquery packages, they need to have the map file to debug jquery errors (or rename a non minimized jquery as .min.js for their local install)
						 
						
					
				 
				
						
						
							Re: jquery-1.10.2.min.map Not found (when jQuery source set to local) 
							
								 
							 
							
								Reply #7  – March 13, 2014, 12:39:20 pm 
							 
							
						 
					
						
	
		
			emanuele
		 
		
	 
							
								
									 
								 
							 
							 
							Global Moderator  
					 
					
						Oh, okay, then: --> exterminated
						 
						
					
				 
				
						
						
							Re: jquery-1.10.2.min.map Not found (when jQuery source set to local) 
							
								 
							 
							
								Reply #10  – April 06, 2014, 05:54:54 pm 
							 
							
						 
					
					
						map doesn't matter. It really doesn't. It only matters to those who are proficient enough with JS that they actually help fixing jQuery bugs. (Because there are always small bugs here and there. I helped fix a couple, but shh!!) So, no, it's not a problem, but 1.11 is the latest stable, so it should be in use. (The latest unstable is 1.11.1 beta 1, or something. I'm not even using it in Wedge... The 1.11 beta period took too long, I'm staying away from betas for some time!)