Skip to content

Commit

Permalink
minor #513 Remove part related to Assetic which is no longer used (ap…
Browse files Browse the repository at this point in the history
…etitpa)

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
  • Loading branch information
javiereguiluz committed Mar 17, 2017
2 parents 35ce8cc + f9411dc commit 5775c54
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,3 @@ The Symfony Demo application is an open source project. Contributions made by
the community are welcome. Send us your ideas, code reviews, pull requests and
feature requests to help us improve this project. All contributions must follow
the [usual Symfony contribution requirements](http://symfony.com/doc/current/contributing/index.html).

Web Assets Management
---------------------

This project manages its web assets in a special way to allow them to work
without configuring any option, installing any tool or executing any command.
If your contribution changes CSS styles or JavaScript code in any way, make
sure to regenerate the `web/css/app.css` and `web/js/app.js` files. To do so,
uncomment the Assetic blocks in the `app/Resources/views/base.html.twig` and
execute the following command:

```bash
$ php bin/console assetic:dump --no-debug
```

0 comments on commit 5775c54

Please sign in to comment.