Error while executing assetic dump (parse error: failed at `&:extend(.clearfix all);`)

前端 未结 1 732
夕颜
夕颜 2020-12-22 00:12

I was trying to install bootstrap to symfony2. Everything went well until I tried the assetic:dump --force command.

Here\'s my assetic configuration\"



        
相关标签:
1条回答
  • 2020-12-22 00:45

    I had the same issue. I resolved it changing the "leafo/lessphp" version in composer.json:

    From:

     "leafo/lessphp": "~0.3"
    

    to:

     "leafo/lessphp": "~0.3.9"
    
    0 讨论(0)
提交回复
热议问题