Commit e22722e7 by Timothée Peignier

Merge pull request #263 from epantry/master

Documenting the default JS template behavior w/ extra_context
parents 6de6da6c e30229f2
......@@ -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