mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[4.0.x] Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for multiline files.
Switched regex to multiline mode in order to match per-line, rather than against the whole file. Thanks to Joseph Abrahams for the report. Regression in781b44240a. Backport of4816dc9428from main
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							6fc689a22d
						
					
				
				
					commit
					499384b6d1
				
			| @@ -1 +1,2 @@ | ||||
| //# sourceMappingURL=source_map.js.map | ||||
| let a_variable = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user