Commit e30229f2 by chrisclark

Documenting the default JS template behavior w/ extra_context

Support for the async and defer tag attributes is not documented and requires examining the source.
parent 6de6da6c
......@@ -91,6 +91,12 @@ Group options
For CSS, if you do not specify ``extra_context``/``media``, the default media in
the ``<link>`` output will be ``media="all"``.
For JS, the default templates support the ``async`` and ``defer`` tag attributes which are controlled via ``extra_context``: ::
'extra_context': {
'async': True,
},
``manifest``
............
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment