I have been working on sf2 projectfor the last 3 months, when I use assetic without any problems. But now, when calling assetic on a new template, I get the following error Route "_assetic_baa4710.js" does not exist, which can be a workaround:
assetic:
use_controller: false
and remove the following assetic configuration from routing_dev.yml
#routing_dev.yml
#_assetic:
# resource: .
# type: assetic
Does anyone know what is going on? Thanks a lot !: D
source
share