Tag: VIP
-
CSS & JS Concatenation in WordPress
in WordPressAt WordPress.com VIP one of the features we have on our platform is automated concatenation of Javascript and CSS files when registered through the core WordPress wp_enqueue__*() functions. We do this using the nginx-http-concat plugin: This plugin was written to work with nginx, but the server running derrick.blog is Apache. I’ve worked around this and…