We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8486a commit ba61bcaCopy full SHA for ba61bca
components/asset.rst
@@ -153,7 +153,7 @@ corresponding output file:
153
"...": "..."
154
}
155
156
-In those cases, use the
+In those cases, use the
157
:class:`Symfony\\Component\\Asset\\VersionStrategy\\JsonManifestVersionStrategy`::
158
159
use Symfony\Component\Asset\Package;
@@ -373,5 +373,8 @@ document inside a template::
373
Learn more
374
----------
375
376
+* :doc:`How to manage CSS and JavaScript assets in Symfony applications </frontend>`
377
+* :doc:`WebLink component </components/web_link>` to preload assets using HTTP/2.
378
+
379
.. _Packagist: https://packagist.org/packages/symfony/asset
380
.. _`Webpack`: https://webpack.js.org/
0 commit comments