The Dev environment works fine, but when I switch to Prod, it does nothing. It doesn't seem to connect event listeners (when I check items using Chrome, not a single event listener detects where they should). Any ideas? I cleared both caches, and maybe itβs important to say that I copied
_assetic:
resource: .
type: assetic
from routing_dev.yml to routing.yml, because if I do not, I get the following internal server error:
request.CRITICAL: Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Route "_assetic_f582f37" does not exist.")
source
share