<script src="jquery-HASH.js"></script>
<!-- instead of -->
<script src="jquery/jquery-HASH.js"></script>
FYI, I'm not really trying to cache-bust jquery, I just chose it as an example.
I saw in the code that the extension is pretty coupled to everything else, so it wasn't straight forward to fix it.
Example:
The html
is being transformed to:
FYI, I'm not really trying to cache-bust jquery, I just chose it as an example. I saw in the code that the extension is pretty coupled to everything else, so it wasn't straight forward to fix it.
Thanks for plugin by the way ;)