#32319: Add support to HashedFilesMixin for ES modules
-----------------------------------------+------------------------
Reporter: gilmrjc | Owner: nobody
Type: New feature | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
The current HashedFilesMixin only supports importing static files in css.
When importing es modules in javascript files and using
ManifestStaticFilesStorage to collect statics, the javascript code stops
working because its using a wrong url for the modules needed.
This change already has a PR
(https://github.com/django/django/pull/13843).
--
Ticket URL: <https://code.djangoproject.com/ticket/32319>
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/050.76913befee460e7104819e91109cc3e2%40djangoproject.com.