Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Updated frontend/* articles to Symfony 4 #8750

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

Merged
merged 5 commits into from
Nov 28, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor changes
  • Loading branch information
javiereguiluz committed Nov 28, 2017
commit 63eb6d6731419e14e672bc3338c910bbcd3837ea
1 change: 0 additions & 1 deletion 1 best_practices/web-assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ features.

Next: :doc:`/best_practices/tests`

.. _`official Assetic documentation`: https://github.com/kriswallsmith/assetic
.. _`Webpack Encore`: https://github.com/symfony/webpack-encore
.. _`Webpack`: https://webpack.js.org/
.. _`official Webpack Encore documentation`: https://symfony.com/doc/current/frontend.html
4 changes: 0 additions & 4 deletions 4 quick_tour/the_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,6 @@ Symfony provides the ``asset()`` function to deal with them easily:
<img src="{{ asset('images/logo.png') }}" />

The ``asset()`` function looks for the web assets inside the ``public/`` directory.
If you store them in another directory, read
:doc:`this article </frontend/assetic/asset_management>`
to learn how to manage web assets.

Using the ``asset()`` function, your application is more portable. The reason
is that you can move the application root directory anywhere under your
web root directory without changing anything in your template's code.
Expand Down
1 change: 0 additions & 1 deletion 1 reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Reference Documents
configuration/framework
configuration/doctrine
configuration/security
configuration/assetic
configuration/swiftmailer
configuration/twig
configuration/monolog
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.