Ionic Upload mutates a remote script url by suffixing it with an equals sign.
<script src="http://jsconsole.com/remote.js?FAE031CD-74A0-46D3-AE36-757BAB262BEA"></script>
Is mutated to:
<script src="http://jsconsole.com/remote.js?FAE031CD-74A0-46D3-AE36-757BAB262BEA="></script>
I am using remotejs.com for Ionic View so I need the remote script (dev only). It's annoying because I have to change it back each time in order for my next upload not to send the wrong script path. I presume this is because of how the paths are changed temporarily during Upload and then reverted. This is easy to reproduce on a clean tab templated app from the machines I attempted it on. Thanks for the wonderful work you've done, it is very impressive.
Ionic Upload mutates a remote script url by suffixing it with an equals sign.
Is mutated to:
I am using remotejs.com for Ionic View so I need the remote script (dev only). It's annoying because I have to change it back each time in order for my next upload not to send the wrong script path. I presume this is because of how the paths are changed temporarily during Upload and then reverted. This is easy to reproduce on a clean tab templated app from the machines I attempted it on. Thanks for the wonderful work you've done, it is very impressive.