diff options
| author | Claude Paroz <claude@2xlibre.net> | 2016-02-27 21:30:07 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-03-30 14:34:41 +0200 |
| commit | edcecaf0dea718a8fb216df478df0d151a9ba04d (patch) | |
| tree | c01c92028af6141d4da58ec49ddd12441077d8a0 /tests/staticfiles_tests/project | |
| parent | 940b7fd5cbcd743658f741d37b3d7b1766ed1f17 (diff) | |
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Thanks Simon Meers for the initial patch, and Tim Graham for the review.
Diffstat (limited to 'tests/staticfiles_tests/project')
| -rw-r--r-- | tests/staticfiles_tests/project/documents/cached/test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/cached/test.js b/tests/staticfiles_tests/project/documents/cached/test.js new file mode 100644 index 0000000000..3d1c431aff --- /dev/null +++ b/tests/staticfiles_tests/project/documents/cached/test.js @@ -0,0 +1 @@ +myVar = url("import.css"); |
