Skip to content

Commit 5775c54

Browse files
committed
minor #513 Remove part related to Assetic which is no longer used (apetitpa)
This PR was merged into the master branch. Discussion ---------- Remove part related to Assetic which is no longer used Since #387 Assetic is no longer used to manage assets. Commits ------- f9411dc Remove part related to Assetic which is no longer used
2 parents 35ce8cc + f9411dc commit 5775c54

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

CONTRIBUTING.md

-14
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,3 @@ The Symfony Demo application is an open source project. Contributions made by
55
the community are welcome. Send us your ideas, code reviews, pull requests and
66
feature requests to help us improve this project. All contributions must follow
77
the [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-
```

0 commit comments

Comments
 (0)