How can I minimize unused Javascript on specific pages?

this is i get when i replace

{{ content_for_header }} 

to  

{% if template = 'index' %}
{{ content_for_header | replace '<script src=app-script.js><script>', '' }}
{% endif %}