DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Missing CSS on the main layout #191

Open tdutrion opened 5 years ago

tdutrion commented 5 years ago

Current Behavior

There is a missing css file required in the main layout file: templates/base.html.twig.

Screenshot 2019-07-17 at 14 20 35

How to reproduce scenario

Possible solutions

The file does not exist at all, so either it requires a config in webpack, or the best solution IMO would be to create the webpack config and change the {{ asset('...') }} calls with a proper encore_entry_link_tags/encore_entry_script_tags as per the documentation (https://symfony.com/doc/current/frontend/encore/simple-example.html).