zont / gulp-usemin

MIT License
338 stars 92 forks source link

Does usemin work for twig templates? #166

Open jcyframe opened 8 years ago

jcyframe commented 8 years ago

Does usemin work for twig templates example: would this work?:

` {% block stylesheets %}

    <link href="{{asset('vendor/bootstrap/css/bootstrap.css')}}" rel="stylesheet" />

{% endblock %} `