| Age | Commit message (Collapse) | Author |
|
HashedFilesMixin.
Signed-off-by: SaJH <wogur981208@gmail.com>
|
|
|
|
|
|
ManifestStaticFilesStorage when STATIC_URL is set to /.
|
|
|
|
This also removes django.core.files.storage.get_storage_class().
Per deprecation timeline.
|
|
ManifestStaticFilesStorage.
Regression in 781b44240a06f0c868254f40f36ce46c927f56d1.
|
|
Co-authored-by: Author: Claude Paroz <claude@2xlibre.net>
|
|
post_process.
|
|
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.
https://github.com/psf/black/releases/tag/23.1.0
|
|
|
|
This adds ManifestFilesMixin.manifest_hash attribute exposing a "hash"
of the full manifest. This allows applications to determine when their
static files have changed.
|
|
Co-authored-by: James Bligh <james.bligh@silvercloudhealth.com>
|
|
|
|
references.
|
|
Follow up to dc8bb35e39388d41b1f38b6c5d0181224e075f16.
The Webpack default is to output CSS source map comments like
`/*# sourceMappingURL=main.css.map*/`. Also, Chromium allows tabs.
|
|
|
|
|
|
|
|
ManifestStaticFilesStorage."
This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb.
`export` and `import` directives have several syntax variants and not
all of them were properly covered.
Thanks Hervé Le Roy for the report.
|
|
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.
|
|
ManifestFilesMixin.
|
|
max_post_process_passes is 0.
|
|
|
|
Unused since f1894bae3071da4ee577fc40ae61491f3e03d82c
|
|
|
|
results.
Thanks Ed Morley for the implementation idea.
|
|
static and storage directories on Python 3.7+.
Thanks WhiteSage for the report.
|
|
None.
|
|
|
|
|
|
errors other than FileNotFoundError.
|
|
ManifestFilesMixin.read_manifest().
|
|
intermediate files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Simon Meers for the initial patch, and Tim Graham for the review.
|