Stéphane
Stéphane
**app_dev** is driving me crazy with a web/fonts/... issue ! Giving this stylesheet snippet: ``` {% stylesheets filter="node_scss,uglifycss" output="dist/main.css" '../app/Resources/public/scss/main.scss' %} {% endstylesheets %} ``` The resulting css "/app_dev.php/dist/main_main_1.css" file...
@ReneMuetti Thank you very much for sharing ! In the meantime, I ended up turning `use_controller` switch to `false` inside the configuration file and I now use assetic's watcher in...
I recently faced this issue, consecutively to my OS upgrade (Fedora32..33), the new _crypto_ policies prevented me from authenticating to some corpo GitLab instance. All I had to do was...
In the intent of upgrading our codebase to symfony 4, we have been facing a composer update rejection due to the improper "nelmio/alice" version requirement. Package constraint is set to...