getParameter('env', 'dev'); $command = 'app/console assetic:dump --env=' . $env; $result = $this->_runLocalCommand($command); return $result; } }