Symfony2のdepsファイルを使用してTwitterBootstrapgitリポジトリを管理したいのですが。だから私はこれらの行を追加しました:
[TwitterBootstrap]
git=https://github.com/twitter/bootstrap.git
target=/twitter
version=v2.0.3
リポジトリはに複製されSymfony2\vendor\twitter\bootstrap
ます。
私はこれで立ち往生しています:アセットを使用して関連するcss / jsをインポートするにはどうすればよいですか?また、画像がの代わりに配置されたときにcssrewriteルールがどのように機能するか。Symfony2\vendor\twitter\bootstrap\img
Symfony2\app\Resources\public\img
{% stylesheets '????????????????' filter='cssrewrite' %}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}" />
{% endstylesheets %}