#31524: Stop minifying only some admin static assets
--------------------------------------+------------------------------------
Reporter: Jon Dufresne | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Comment (by Nick Pope):
There are additional problems that occur with minifying along with changes
rather than at release/build time:
- It is possible to forget to do it and missing changes are only noticed
in production, i.e. with `DEBUG = False`.
- Two competing pull requests could minify independently and the one
merged second could lose the changes of the first unless rebased and
minified correctly.
--
Ticket URL: <https://code.djangoproject.com/ticket/31524#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.b43a41feb1dd62dd0961dc6cef1fa021%40djangoproject.com.