Skip to content

Instantly share code, notes, and snippets.

@jenkoian
Created December 6, 2013 23:16
Show Gist options
  • Save jenkoian/7833806 to your computer and use it in GitHub Desktop.
Save jenkoian/7833806 to your computer and use it in GitHub Desktop.
bower twig setup
...
{% block javascripts%}
{% javascripts
'@AcmeDemoBundle/Resources/public/vendor/jquery/jquery.js'
'@AcmeDemoBundle/Resources/public/vendor/underscore/underscore.js'
%}
<script src="{{ asset_url }}"></script>
{% endjavascripts %}
{% endblock %}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment