Skip to content

Instantly share code, notes, and snippets.

@brunogarcia
Created September 12, 2015 21:37
Show Gist options
  • Save brunogarcia/416503dd5e2599d43499 to your computer and use it in GitHub Desktop.
Save brunogarcia/416503dd5e2599d43499 to your computer and use it in GitHub Desktop.
{% javascripts
'@AppBundle/Resources/public/js/jquery.js'
'@AppBundle/Resources/public/js/bootstrap.js'
'@AppBundle/Resources/public/js/plugins/bootstrap-datepicker.js'
'@AppBundle/Resources/public/js/plugins/bootstrap-filestyle.js'
'@AppBundle/Resources/public/js/plugins/bootstrap-sweet-alert.js'
'@AppBundle/Resources/public/js/plugins/bootstrap-tagsinput.js'
filter='?uglifyjs2'
output='js/main.js'
%}
<script src="{{ asset_url }}" type="text/javascript"></script>
{% endjavascripts %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment