MinQueue
MinQueue copied to clipboard
WordPress Plugin: Minify and concatenate enqueued scripts and styles
This plugin is still using wp_print_styles and wp_print_scripts, which is making the enqueued minified css show after my own enqueued css, even through it has a priority of 999. Is...
I have read all through the source and cannot for the life of me work out what the heck is going on in regards to this issue - it all...
For some reason, sometimes MinQueue decides to regenerate all the combined files. Since it doesn't clear the page cache in conjunction to this, CSS / JS is now broken, because...
Keeping up with upstream. There may have been some pretty important changes there...
A cool plugin, but it doesn't seem to work if WordPress is in a subfolder. The minified URIs seem to be hardcoded to start with /wp-content/ and they aren't picking...
This was a 'feature' but I think it is unexpected behaviour and should be removed
The admin notification "MinQueue helper is currently active" can be pretty annoying. I propose we add a filter to let theme authors and plugin developers remove this notice from the...
Could we get an option to force the minified js to be enqueued in the footer? A lot of plugins do not enqueue in the footer by default and dequeueing...
Renaming the theme directory and then attempting to clear the cache does not seem to change the minified CSS as the hashes and filename are still the same. ie: wp-content/themes/old-theme-name/...
Hi Matthew, I have been testing this out today and I think it would be a nice touch if the helper integrated with Debug if it is installed (http://wordpress.org/extend/plugins/debug-bar/). What...