There are all sorts of great ways to have an href with a relative path and different port on click, but I can't find anything to do the same for a <script>
's src
attribute.
How can I approximate this?
<script src=":8000/same/host/different/port.js"></script>