decouple nginx concated js in one script tag into seperated script tags
Description from storedecouple this:
<script src="//host/path??a.js,b.js"></script>
to:
<script src="//host/path.a.js"></script>
<script src="//host/path.b.js"></script>
for development.