Wout
Wout
Here is something I don't fully understand. I have this twig snippet: ``` {% block stylesheets %} {{ parent() }} {% webpack css '@MyBundle/Resources/assets/scss/containers/my-container.scss' %} {% end_webpack %} {% endblock...
I'm trying to include a different logo per locale: ``` {{ webpack_asset('@app/Resources/assets/images/logo-' ~ app.request.locale ~ '.svg') }} ``` But the compiler trows this error: Argument passed to function webpack_asset must...
Hello! I have the following issue: I'm able to save invalid urls, which causes exceptions in the admin and frontend, even without devMode. It results in being unable to even...