我想使用 Symfony2 中的 deps 文件管理Twitter Bootstrap git 存储库。所以我添加了这些行:
[TwitterBootstrap]
git=https://github.com/twitter/bootstrap.git
target=/twitter
version=v2.0.3
并且存储库被克隆到Symfony2\vendor\twitter\bootstrap
.
我卡住了这个广告:我如何使用资产导入相关的 css/js,以及当图像被放入Symfony2\vendor\twitter\bootstrap\img
而不是Symfony2\app\Resources\public\img
.
{% stylesheets '????????????????' filter='cssrewrite' %}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}" />
{% endstylesheets %}