Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacedmonkey/wp-concatenator

WP-Concatenator is a WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request.
https://github.com/spacedmonkey/wp-concatenator

php wordpress wordpress-plugin

Last synced: 9 days ago
JSON representation

WP-Concatenator is a WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request.

Awesome Lists containing this project

README

        

WP-Concatenator
=================

Overview
--------

WP-Concatenator is a WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request.
This plugin is based on [automattic's](https://automattic.com/) plugin called [nginx-http-concat](https://github.com/Automattic/nginx-http-concat). But unlike that plugin, it doesn't require server configuration and is a drop-in solution.

This plugin is still under development.