when you set :
assetic:
use_controller: true
but you still use
php app/consol assetic:dump
the new modification will not take in consideration. You need to remove both the :
assetic:
use_controller: true
but you still use
php app/consol assetic:dump
the new modification will not take in consideration. You need to remove both the :
xxx_router_xx.js
xxx_fos_js_routes_xx.js
from the web folder. And after that , the contoller will in use.
评论
发表评论