i'm working on a sf2 project
for last 3 months where i've been using assetic without problems. But now, when calling assetic on a new template i get de following error Route "_assetic_baa4710.js" does not exist
which can be workaround by:
#config_dev.yml
assetic:
use_controller: false
and removing the following assetic config from routing_dev.yml
#routing_dev.yml
#_assetic:
# resource: .
# type: assetic
Does any one knows what's going on? Thx a lot! :D