我使用本指南将 yui_compressor 添加到我的 symfony 项目中。但它没有创建缩小文件。以下是我应用的设置,请查看并告诉我可能出了什么问题。配置文件
// Added this to the config.yml file in app/config (and yes, I'm on a mac)
yui_css:
jar: "%kernel.root_dir%/Resources/filter/java/yuicompressor-2.4.7.jar"
java: /usr/bin/java
基枝
// Added this to the :base.html.twig in app/Resources/views
{% stylesheets filter='yui_css' output='public/css/compiled-main.css'
'public/css/main.css'
%}
将 build 下的yui_compressor zip 文件中的文件添加到我的 symfony 项目中的 app/Resources/filter/java 文件夹中