我已經在命令行(在windows上)測試了YUI壓縮器,它似乎工作得很好。symfony 2中的Assetic + YUI Compressor:這是一個錯誤嗎?
但通過assetic創建的CSS沒有被壓縮,並配有此消息在頂部(名爲.css裏面!):
/*
[exception] 500 | Internal Server Error | RuntimeException
[message]
[1] RuntimeException:
at n/a
in E:\websites\symfony2\public_html\Symfony\vendor\assetic\src\Assetic\Filter\Yui\BaseCompressorFilter.php line 81
at Assetic\Filter\Yui\BaseCompressorFilter->compress('
這是一個配置問題?還是資產缺陷?
這裏是我在我的樹枝模板中使用的代碼:
{% stylesheets '@CompanyBundlenameBundle/Resources/public/css/style.css' filter='yui_css' %}
<link rel="stylesheet" type="text/css" media="screen" href="{{ asset_url }}" />
{% endstylesheets %}
我有同樣的確切問題,但在Mac OS X Lion上。 –
看起來像YUI拋出這個錯誤。你可以在Assetic之外的style.css上運行壓縮器嗎? –