mirror of
https://github.com/mrclay/minify.git
synced 2025-08-14 10:05:59 +02:00
README changes
This commit is contained in:
22
README.md
22
README.md
@@ -1,26 +1,24 @@
|
|||||||
Welcome to Minify!
|
Welcome to Minify!
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Minify is an HTTP content server. It compresses sources of content
|
Minify is an HTTP server for JS and CSS assets. It compresses and combines files
|
||||||
(usually files), combines the result and serves it with appropriate
|
and serves it with appropriate headers, allowing conditional GET or long-Expires.
|
||||||
HTTP headers. These headers can allow clients to perform conditional
|
|
||||||
GETs (serving content only when clients do not have a valid cache)
|
|
||||||
and tell clients to cache the file for a period of time.
|
|
||||||
|
|
||||||
Wordpress User?
|
Wordpress User?
|
||||||
===============
|
===============
|
||||||
|
|
||||||
This project cannot provide support for the various WordPress plugins using our
|
Use a dedicated WordPress plugin for more deep integration and simpler installation.
|
||||||
code. Here are a couple we're aware of:
|
Here are a couple we're aware of:
|
||||||
- [BWP Minify](http://wordpress.org/extend/plugins/bwp-minify/)
|
- [BWP Minify](http://wordpress.org/extend/plugins/bwp-minify/)
|
||||||
- [W3 Total Cache](http://wordpress.org/extend/plugins/w3-total-cache/)
|
- [W3 Total Cache](http://wordpress.org/extend/plugins/w3-total-cache/)
|
||||||
|
|
||||||
|
Unfortunately we can't support the WordPress plugins here.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
Place the /min/ directory as a child of your DOCUMENT_ROOT
|
Place the `/min/` directory as a child of your DOCUMENT_ROOT
|
||||||
directory: i.e. you will have: /home/example/www/min
|
directory: i.e. you will have: `/home/example/www/min`
|
||||||
|
|
||||||
You can see verify that it is working by visiting these two URLs:
|
You can see verify that it is working by visiting these two URLs:
|
||||||
- http://example.org/min/?f=min/quick-test.js
|
- http://example.org/min/?f=min/quick-test.js
|
||||||
@@ -41,11 +39,7 @@ for use with Minify or configure groups of files. See here for details:
|
|||||||
The cookbook also provides some more advanced options for minification:
|
The cookbook also provides some more advanced options for minification:
|
||||||
https://github.com/mrclay/minify/blob/master/docs/CookBook.wiki.md
|
https://github.com/mrclay/minify/blob/master/docs/CookBook.wiki.md
|
||||||
|
|
||||||
Upgrading
|
More [docs are available](https://github.com/mrclay/minify/tree/master/docs).
|
||||||
=========
|
|
||||||
|
|
||||||
See UPGRADING.txt for instructions.
|
|
||||||
|
|
||||||
|
|
||||||
Unit Testing
|
Unit Testing
|
||||||
============
|
============
|
||||||
|
Reference in New Issue
Block a user