In my Assets Folder
i have created a file
application.js.liquid
and then transfer all codes from .js files on assets folder to my application file which i have created
then in theme.liquid file i have delete all .js scripts and paste this code in the last of theme.liquid
this code
but when i do this webiste few section got broke beccasue of these three codes
{{ ‘slideshow.js’ | asset_url | script_tag }}
{{ ‘animations.min.js’ | asset_url | script_tag }}
{{ ‘vendor.min.js’ | asset_url | script_tag }}
when i delte this website got broke when i leave this website is ok how to solve this problem please i am doing all this to increase my speed in getmetrix


