• W3 Total Cache is minifying and combining all scripts without problem, the problem is that it’s putting jquery AFTER:

    <script type="text/javascript" src="myscripts.js"></script>
    <script type="text/javascript" src="jquery.js"></script>

    instead of:

    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="myscrpts.js"></script>

    that will cause everything to fail

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: W3 Total Cache] handle jquery plugins dependencies’ is closed to new replies.