当我尝试在服务器上执行:php app/console assetic:dump --env=prod时,我收到一个错误:PHP Catchable fatal error: Argument 2 passedto Assetic\Filter\LessFilter::__construct() must be of the type array, string given, called in /var/cache/prod/appProdProjectContainer.php on line 549
我在Assetic上使用Symfony版本2.1.10,在上次的composer更新之后,我在尝试运行php app/console assetic:dump时得到以下错误
Dumping all devFatal error: Class 'Assetic\Util\PathUtils' not found in /vendor/symfony/assetic-bundle/Symfony/Bundle我检查了Assetic
我在更新供应商"kriswallsmith/assetic":"1.1.*“时遇到问题,更新后输出如下:
[RuntimeException]The .git directory is missing from /home/smiles/Downloads/auth_Project/vendor/kriswallsm