我目前正在使用leafo / scssphp,它正在按预期编译scss文件,但我遇到的一个问题是每次更改文件时都必须删除缓存。我虽然没有任何错误。
当我使用lessphp时,我的文件会在我更改后自动编译,并且不需要清除缓存。这也是我在使用scssphp时所需要的。
以下是我对scssphp过滤器的配置:
assetic:
filters:
cssrewrite: ~
scssphp:
formatter: 'Leafo\ScssPhp\Formatter\Compressed'
我错过了什么吗?
答案 0 :(得分:0)
尝试在单独的流程中运行php bin/console assetic:watch