There’s this filter hook: bwp_minify_allowed_in_admin, just return true to enable minify in admin.
Didn’t work, or because their format mostly use query string ?
You’re right, it turns out to be harder than that for an end-user.
I will need to update the plugin to make this easier. Do you prefer an option in admin (e.g. “Enable minification in admin”) or a constant in wp-config.php file (e.g. define('BWP_MINIFY_ADMIN_ALLOWED', true);?
Option checklist in admin would be great new feature.
Minify css should be not an issue, but how about external plugin that required JavaScript dependencies? Will not cause problem?
Great, looking forward the next update 🙂
Any idea how to make this working? new version implemented eta?
Really frustrating to live with even mostly cached, but loading 100js/css in admin area is time consuming…
Trying to release 1.4.0 this month, you can see the status of this issue here: https://github.com/OddOneOut/bwp-minify/issues/57