mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 00:24:11 +02:00
use tabs
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"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",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Stephen Clay",
|
||||
"email": "steve@mrclay.org"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
"autoload": {
|
||||
"classmap": ["min/lib/"]
|
||||
}
|
||||
"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",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Stephen Clay",
|
||||
"email": "steve@mrclay.org"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
"autoload": {
|
||||
"classmap": ["min/lib/"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user