When providing custom assetic files like so:
assetic:
assets:
jquery_js:
inputs:
- '%kernel.root_dir%/Resources/bower/jquery/dist/jquery.js'
It does not auto complete nor is the file clickable when including in twig:
{% javascripts filter="?yui_js" output="js/jquery.js" '@jquery_js'%}
<script src="{{ asset_url }}"></script>
{% endjavascripts %}
It would be nice to be able to autocomplete and make it clickable.
When providing custom assetic files like so:
It does not auto complete nor is the file clickable when including in twig:
{% javascripts filter="?yui_js" output="js/jquery.js" '@jquery_js'%} <script src="{{ asset_url }}"></script> {% endjavascripts %}It would be nice to be able to autocomplete and make it clickable.