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