File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -791,10 +791,10 @@ advantage of Symfony's template inheritance.
791
791
.. tip ::
792
792
793
793
This section will teach you the philosophy behind including stylesheet
794
- and JavaScript assets in Symfony. Symfony is also compatible with another
795
- library, called Assetic, which follows this philosophy but allows you to do
796
- much more interesting things with those assets. For more information on
797
- using Assetic see :doc: ` /frontend/assetic/asset_management ` .
794
+ and JavaScript assets in Symfony. If you are interested in compiling and
795
+ creating those assets, check out the :doc: ` Webpack Encore documentation < /frontend >`
796
+ a tool that seamlessly integrates Webpack and other modern JavaScript tools
797
+ into Symfony applications .
798
798
799
799
Start by adding two blocks to your base template that will hold your assets:
800
800
one called ``stylesheets `` inside the ``head `` tag and another called ``javascripts ``
You can’t perform that action at this time.
0 commit comments