In order to use a different server to deliver static files
When setting: $this->assets->setTargetUri('https://static.otherserver.com/js/final.js')
This results in
<script src="/https://static.otherserver.com/js/final.js" type="text/javascript"></script>
with a slash at the beginning. Am I right, when saying there's no possibilty to change this? :)