From 2ff00251f929cc3e014dd447f6847196e66e69b8 Mon Sep 17 00:00:00 2001 From: SaJH Date: Mon, 26 Aug 2024 23:49:30 +0900 Subject: Fixed #35669 -- Improved max post-process passes exceeded error message in HashedFilesMixin. Signed-off-by: SaJH --- tests/staticfiles_tests/project/loop/baz.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/staticfiles_tests/project/loop/baz.css (limited to 'tests/staticfiles_tests/project/loop') diff --git a/tests/staticfiles_tests/project/loop/baz.css b/tests/staticfiles_tests/project/loop/baz.css new file mode 100644 index 0000000000..4021a1b1e6 --- /dev/null +++ b/tests/staticfiles_tests/project/loop/baz.css @@ -0,0 +1,3 @@ +body { + background-color: #fafafa; +} -- cgit v1.3