#34563: ManifestStaticFilesStorage support for CSS module scripts in Javascript
files.
-------------------------------------+-------------------------------------
               Reporter:  Michael    |          Owner:  nobody
                   Type:  New        |         Status:  new
  feature                            |
              Component:             |        Version:  4.2
  contrib.staticfiles                |       Keywords:  Manifest  Static
               Severity:  Normal     |  Files Storage, javascript css html
           Triage Stage:             |  module scripts
  Unreviewed                         |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 CSS modules scripts are becomming a thing, see https://web.dev/css-module-
 
scripts/#:~:text=CSS%20module%20scripts%20are%20available,Safari%20is%20not%20yet%20available.

 Current we only support JavaScript modules and not CSS modules with the
 ManifestStaticFilesStorage.

 The following import paths in JS files files will need to be converted
 when collecting static with ManifestStaticFilesStorage:
 {{{
 import sheet from './styles.css' assert { type: 'css' };
 }}}

 Additionally WHATWG is firming up HTML modules, so we could proactively
 handle this too while we are at it:
 {{{
 import content from './template.html' assert { type: 'html };
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34563>
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/010701881494d226-7e63b369-a26a-4fad-ba62-87f872281dfd-000000%40eu-central-1.amazonses.com.

Reply via email to