File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,3 @@ The Symfony Demo application is an open source project. Contributions made by
55the community are welcome. Send us your ideas, code reviews, pull requests and
66feature requests to help us improve this project. All contributions must follow
77the [ usual Symfony contribution requirements] ( http://symfony.com/doc/current/contributing/index.html ) .
8-
9- Web Assets Management
10- ---------------------
11-
12- This project manages its web assets in a special way to allow them to work
13- without configuring any option, installing any tool or executing any command.
14- If your contribution changes CSS styles or JavaScript code in any way, make
15- sure to regenerate the ` web/css/app.css ` and ` web/js/app.js ` files. To do so,
16- uncomment the Assetic blocks in the ` app/Resources/views/base.html.twig ` and
17- execute the following command:
18-
19- ``` bash
20- $ php bin/console assetic:dump --no-debug
21- ```
You can’t perform that action at this time.
0 commit comments