I'd like to manage Twitter Bootstrap git repository using deps file in Symfony2. So i added these lines:
[TwitterBootstrap]
git=https://github.com/twitter/bootstrap.git
target=/twitter
version=v2.0.3
and the repository is cloned into Symfony2\vendor\twitter\bootstrap
.
Im' stuck ad this: how can i import the relevant css/js using assetic and how cssrewrite rule works when images are placed into Symfony2\vendor\twitter\bootstrap\img
instead of Symfony2\app\Resources\public\img
.
{% stylesheets '????????????????' filter='cssrewrite' %}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}" />
{% endstylesheets %}