Can i use something like that:
TWIG
{% block javascripts %}
{# condition if debugbar plugin is on, put jquery in a head section, otherwise - bottom #}
{% do assets.addJs('jquery', { 'priority':'101' }) %}
{% endblock %}
{{ assets.js() }}
Can i use some kind of conditions to put system jQuery at top or bottom depending on Debugbar plugin status on/off?