Skip to content

Commit f9411dc

Browse files
author
apetitpa
committed
Remove part related to Assetic which is no longer used
Since #387 Assetic is no longer used to manage assets
1 parent 35ce8cc commit f9411dc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 14 deletions
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)