mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
This reverts commit 91e21836f6
.
`export` and `import` directives have several syntax variants and not
all of them were properly covered.
Thanks Hervé Le Roy for the report.
This commit is contained in:
parent
c6c6cd3c5a
commit
ba9ced3e9a
8 changed files with 0 additions and 96 deletions
|
@ -295,8 +295,6 @@ method). The regular expressions used to find those paths
|
|||
|
||||
* The `@import`_ rule and `url()`_ statement of `Cascading Style Sheets`_.
|
||||
* The `source map`_ comment in JavaScript.
|
||||
* The `modules import`_ in JavaScript.
|
||||
* The `modules aggregation`_ in JavaScript.
|
||||
|
||||
For example, the ``'css/styles.css'`` file with this content:
|
||||
|
||||
|
@ -331,9 +329,6 @@ argument. For example::
|
|||
|
||||
Support for finding paths in the source map comments was added.
|
||||
|
||||
Support for finding paths to JavaScript modules in ``import`` and
|
||||
``export`` statements was added.
|
||||
|
||||
The ``manifest_storage`` argument was added.
|
||||
|
||||
.. attribute:: storage.ManifestStaticFilesStorage.max_post_process_passes
|
||||
|
@ -389,8 +384,6 @@ hashing algorithm.
|
|||
.. _`url()`: https://www.w3.org/TR/CSS2/syndata.html#uri
|
||||
.. _`Cascading Style Sheets`: https://www.w3.org/Style/CSS/
|
||||
.. _`source map`: https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map
|
||||
.. _`modules import`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#importing_features_into_your_script
|
||||
.. _`modules aggregation`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#aggregating_modules
|
||||
|
||||
``ManifestFilesMixin``
|
||||
----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue