From e32722d1606794f0a85d74811e53a0336a1ce305 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 26 Jan 2021 23:10:00 +0000 Subject: Fixed #32383 -- Added source map support to ManifestStaticFilesStorage. --- tests/staticfiles_tests/project/documents/cached/source_map.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/staticfiles_tests/project/documents/cached/source_map.js (limited to 'tests/staticfiles_tests/project/documents/cached/source_map.js') diff --git a/tests/staticfiles_tests/project/documents/cached/source_map.js b/tests/staticfiles_tests/project/documents/cached/source_map.js new file mode 100644 index 0000000000..b37c5e5701 --- /dev/null +++ b/tests/staticfiles_tests/project/documents/cached/source_map.js @@ -0,0 +1 @@ +//# sourceMappingURL=source_map.js.map -- cgit v1.3