I think it should execute `php app/console assetic:dump` instead of `php app/console assetic:dump --env=prod --no-debug` Otherwise, the script has no sense when working on dev environment. Cheers.
I think it should execute
php app/console assetic:dumpinstead of
php app/console assetic:dump --env=prod --no-debugOtherwise, the script has no sense when working on dev environment.
Cheers.