You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking about using minify with WordPress to automatically combine and minify js and css. I'm thinking that if I use a late hook on wp_enqueue_scripts (like 999999), dequeue all the scripts, and then requeue them concatenated with minify. However, I'm not sure how to append the localized data from the WordPress wp_scripts object into minify. Any advice on whether and how this might work?
The text was updated successfully, but these errors were encountered:
Hello,
I'm thinking about using minify with WordPress to automatically combine and minify js and css. I'm thinking that if I use a late hook on wp_enqueue_scripts (like 999999), dequeue all the scripts, and then requeue them concatenated with minify. However, I'm not sure how to append the localized data from the WordPress wp_scripts object into minify. Any advice on whether and how this might work?
The text was updated successfully, but these errors were encountered: