Great tool!
-
This is exactly what I was looking for, though it would be great if there was an option to order the JS files in the minified file.
I am using the plugin option “Combine & Move all JavaScripts to the bottom” but the problem I am having with this is that I have a few plugins that depend on jQuery and they are being added to the top of the minified JS file before jQuery is added so they are failing.
Currently to get around this I’m not calling jquery in the funtions.php e.g.
wp_enqueue_script('jquery')but using the “Include JS” plugin function and adding “/wp-includes/js/jquery/jquery.js”. This seems to work but would prefer to call it from functions.php just for tidiness.
The topic ‘Great tool!’ is closed to new replies.