1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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 in 781b44240a.
This commit is contained in:
Carlton Gibson
2021-11-04 10:20:04 +01:00
committed by Mariusz Felisiak
parent fc565cb539
commit 4816dc9428
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
//# sourceMappingURL=source_map.js.map
let a_variable = 1;