Hello,
The documentation at
says WP Minify works for if CSS and JS inclusion has been done with ‘wp_print_scripts’ and ‘wp_print_styles’. These are deprecated, currently WP uses the enque-functions (e.g. http://codex.wordpress.org/Function_Reference/wp_enqueue_style).
This old documentation implies that WP Minify does not work with modern WordPress, is that true or is the documentation just outdated? Does WP Minify support the enque functions?