Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spacedmonkey/wp-concatenator
- Owner: spacedmonkey
- License: gpl-2.0
- Created: 2017-06-04T21:03:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T16:56:38.000Z (over 7 years ago)
- Last Synced: 2024-11-15T02:46:22.220Z (about 1 month ago)
- Topics: php, wordpress, wordpress-plugin
- Language: PHP
- Homepage: http://www.spacedmonkey.com/plugins
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.