8000 Hello AssetMapper Documentation by weaverryan · Pull Request #18370 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Hello AssetMapper Documentation #18370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Clarify it's manually done right now
  • Loading branch information
weaverryan committed Jun 6, 2023
commit bd55e8edb3088287dafc9019b63db80f3f8f962d
4 changes: 2 additions & 2 deletions
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ Once you have the URL, include it in ``base.html.twig``:
{% endblock %}

If you'd rather download the CSS file and include it locally, you can do that.
For example, you could download it to ``assets/vendor/bootstrap.min.css`` and
then include it with:
For example, you could manually download, save it to ``assets/vendor/bootstrap.min.css``
and then include it with:

.. code-block:: html+twig

Expand Down
0