Skip to content

Commit

Permalink
minor symfony#19690 [Frontend] Move some page from Encore to Frontend…
Browse files Browse the repository at this point in the history
… (javiereguiluz)

This PR was merged into the 6.4 branch.

Discussion
----------

[Frontend] Move some page from Encore to Frontend

This finishes symfony#19473 by changing the location of some page from Encore to Frontend because it's a general-purpose page related to JS.

Commits
-------

ea926df [Frontend] Move some page from Encore to Frontend
  • Loading branch information
javiereguiluz committed Mar 21, 2024
2 parents c308890 + ea926df commit 0b1549c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -565,3 +565,4 @@
/messenger/handler_results /messenger#messenger-getting-handler-results
/messenger/dispatch_after_current_bus /messenger#messenger-transactional-messages
/messenger/multiple_buses /messenger#messenger-multiple-buses
/frontend/encore/server-data /frontend/server-data
1 change: 1 addition & 0 deletions frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Other Front-End Articles

* :doc:`/frontend/create_ux_bundle`
* :doc:`/frontend/custom_version_strategy`
* :doc:`/frontend/server-data`

.. _`Webpack Encore`: https://www.npmjs.com/package/@symfony/webpack-encore
.. _`Webpack`: https://webpack.js.org/
Expand Down
1 change: 0 additions & 1 deletion frontend/encore/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Guides

* :doc:`Using Bootstrap CSS & JS </frontend/encore/bootstrap>`
* :doc:`jQuery and Legacy Applications </frontend/encore/legacy-applications>`
* :doc:`Passing Information from Twig to JavaScript </frontend/encore/server-data>`
* :doc:`webpack-dev-server and Hot Module Replacement (HMR) </frontend/encore/dev-server>`
* :doc:`Adding custom loaders & plugins </frontend/encore/custom-loaders-plugins>`
* :doc:`Advanced Webpack Configuration </frontend/encore/advanced-config>`
Expand Down
File renamed without changes.

0 comments on commit 0b1549c

Please sign in to comment.