The plugin combines and minifies JS and writes the output into files in the directory.
This plugin combines all local JS files into single file and includes the in the footer of the theme.
Features include option to change the JS if CDN is used option to change how often JS files get refreshed option to exclude certain JS files from combining option to turn on off GZIP compression option to move all enqueued JS files to the footer of the option to turn on debugging...
Activate the plugin through 'Plugins WordPress...
You can debug the plugin by activating the option on the settings page and reviewing the error log for details.
The plugin will not minify any javascript files that have in the file name, so if you can narrow the issue to single file, try renaming it with -min and see if that fixes the issue...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fixed issue related to moving all js to footer and ignore files.. 1.6.
Simplified functionality by including one single JS file in the footer of the site.. 0.5.
Also, it requires directory to be created within the directory the plugin will create the directory automatically if it has the permission to do so.
Read more