decouple nginx concated js in one script tag into seperated script tags
decouple 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.
Statistics
Installs
7
history
Category
Rating
0.0 (0 votes)
Last update / version
2017-07-30 / 1.2
Listing languages
en