diff options
Diffstat (limited to 'tests/staticfiles_tests/project/documents/cached')
3 files changed, 3 insertions, 0 deletions
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 diff --git a/tests/staticfiles_tests/project/documents/cached/source_map.js.map b/tests/staticfiles_tests/project/documents/cached/source_map.js.map new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/tests/staticfiles_tests/project/documents/cached/source_map.js.map @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/tests/staticfiles_tests/project/documents/cached/source_map_sensitive.js b/tests/staticfiles_tests/project/documents/cached/source_map_sensitive.js new file mode 100644 index 0000000000..d60c76b4f6 --- /dev/null +++ b/tests/staticfiles_tests/project/documents/cached/source_map_sensitive.js @@ -0,0 +1 @@ +//# sOuRcEMaPpInGURL=source_map.js.map |
