Skip to content

hide Assetic pages from TOC #10059

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 1 commit into from
Jul 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 10 additions & 9 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
/bundles/installation /bundles
/cookbook/assetic/apply_to_option /frontend/assetic/apply_to_option
/cookbook/assetic/asset_management /frontend/assetic/asset_management
/cookbook/assetic/index /frontend/assetic
/cookbook/assetic/index /frontend/assetic/index
/cookbook/assetic/jpeg_optimize /frontend/assetic/jpeg_optimize
/cookbook/assetic/php /frontend/assetic/php
/cookbook/assetic/uglifyjs /frontend/assetic/uglifyjs
/cookbook/assetic/yuicompressor /frontend/assetic/yuicompressor
/assetic /frontend/assetic
/assetic /frontend/assetic/index
/assetic/apply_to_option /frontend/assetic/apply_to_option
/assetic/asset_management /frontend/assetic/asset_management
/assetic/jpeg_optimize /frontend/assetic/jpeg_optimize
Expand Down Expand Up @@ -370,13 +370,14 @@
/event_dispatcher/class_extension /event_dispatcher
/form /forms
/form/use_virtual_forms /form/inherit_data_option
/frontend/assetic/apply_to_option /frontend/assetic
/frontend/assetic/asset_management /frontend/assetic
/frontend/assetic/jpeg_optimize /frontend/assetic
/frontend/assetic/php /frontend/assetic
/frontend/assetic/uglifyjs /frontend/assetic
/frontend/assetic/yuicompressor /frontend/assetic
/reference/configuration/assetic /frontend/assetic
/frontend/assetic /frontend/assetic/index
/frontend/assetic/apply_to_option /frontend/assetic/index
/frontend/assetic/asset_management /frontend/assetic/index
/frontend/assetic/jpeg_optimize /frontend/assetic/index
/frontend/assetic/php /frontend/assetic/index
/frontend/assetic/uglifyjs /frontend/assetic/index
/frontend/assetic/yuicompressor /frontend/assetic/index
/reference/configuration/assetic /frontend/assetic/index
/security/target_path /security
/security/csrf_in_login_form /security/csrf
/service_container/service_locators /service_container/service_subscribers_locators
Expand Down
4 changes: 1 addition & 3 deletions frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,14 @@ Full API

* `Full API`_: https://github.com/symfony/webpack-encore/blob/master/index.js

For more about Assetic, see :doc:`/frontend/assetic`.

Other Front-End Articles
------------------------

.. toctree::
:hidden:
:glob:

frontend/assetic
frontend/assetic/index
frontend/encore/installation
frontend/encore/simple-example
frontend/encore/*
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/encore/versus-assetic.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Encore Versus Assetic?
======================

Symfony originally shipped with support for :doc:`Assetic </frontend/assetic>`: a
Symfony originally shipped with support for :doc:`Assetic </frontend/assetic/index>`: a
pure PHP library capable of processing, combining and minifying CSS and JavaScript
files. And while Encore is now the recommended way of processing your assets, Assetic
still works well.
Expand Down