summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/source_map.js
AgeCommit message (Collapse)Author
2021-11-04[4.0.x] Fixed #33237 -- Fixed detecting source maps in ↵Carlton Gibson
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 781b44240a06f0c868254f40f36ce46c927f56d1. Backport of 4816dc942860caf076c7c85ea9dbfa8bfab212ff from main
2021-04-02Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson