How to async or defer JS in Liquid?
问题 I'm trying to improve site speed, and one thing that might be delaying render are these scripts: {{ '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' | script_tag }} {{ 'jGestures.min.js' | asset_url | script_tag }} {{ 'modernizr.min.js' | asset_url | script_tag }} How can they be made to asych or defer? Or should I simply move them to the bottom? Also I have not made changes like this to my theme yet. Is it easy to revert changes in Shopify? I would just change it to the way it