Supposedly I have a <script>
tag like this:
<script type="text/javascript" src="http://localhost/public/assets/v1/javascripts/min/main.js"></script>
I want to get the content of "localhost/public/assets/v1/javascripts/min/main.js", echo it between the script, without actually putting the src
attribute, is it possible to do this?