This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I am trying to load google api's that requires their script to be placed on the bottom of the page to load properly (since the document.body will only be available once the page loads completely)
on the front end, its as simple as using twig's script:
<script src="{{ [
'assets/scripts/googleapi_ver(2.1.3).js',
'assets/scripts/jquery.bxslider.min.js',
'assets/scripts/custom-script.js'
]|theme }}"></script>
and placing it before the