1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-13 17:44:00 +02:00
This commit is contained in:
Elan Ruusamäe
2012-12-08 00:37:20 +02:00
parent 1daa72f57c
commit 2975b0f581

View File

@@ -1,14 +1,14 @@
{ {
"name": "mrclay/minify", "name": "mrclay/minify",
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
"authors": [ "authors": [
{ {
"name": "Stephen Clay", "name": "Stephen Clay",
"email": "steve@mrclay.org" "email": "steve@mrclay.org"
} }
], ],
"require": {}, "require": {},
"autoload": { "autoload": {
"classmap": ["min/lib/"] "classmap": ["min/lib/"]
} }
} }