mirror of
https://github.com/mrclay/minify.git
synced 2025-08-21 21:26:13 +02:00
Following the standards established in the RFC2606 (https://tools.ietf.org/html/rfc2606#page-2) and the RFC6761 (https://tools.ietf.org/html/rfc6761#section-6.3), it's better for the user to give him a working link (using .localhost redirects the user to localhost)
@@ -4,7 +4,7 @@ If this page doesn't help, please post a question on our [Google group](http://g
|
|||||||
|
|
||||||
1. Clone the [minify git repository](https://github.com/mrclay/minify).
|
1. Clone the [minify git repository](https://github.com/mrclay/minify).
|
||||||
1. The distribution contains a folder "min". Copy this into your DOCUMENT\_ROOT so it is a **direct child** of DOCUMENT\_ROOT (e.g. `http://example.com/min/`). Document roots are usually named `htdocs`, `public_html`, or `www`.
|
1. The distribution contains a folder "min". Copy this into your DOCUMENT\_ROOT so it is a **direct child** of DOCUMENT\_ROOT (e.g. `http://example.com/min/`). Document roots are usually named `htdocs`, `public_html`, or `www`.
|
||||||
1. Test it can serve content: http://example.com/min/?f=min/quick-test.js and http://example.com/min/?f=min/quick-test.css
|
1. Test if it can serve content by visiting this URL: http://example.localhost/min/?f=min/quick-test.js and http://example.localhost/min/?f=min/quick-test.css
|
||||||
1. If you want to use the BuilderApp, you must enable it in `min/config.php`.
|
1. If you want to use the BuilderApp, you must enable it in `min/config.php`.
|
||||||
|
|
||||||
Note: The BuilderApp will not function properly in subdirectories, but it's not necessary for Minify's functionality.
|
Note: The BuilderApp will not function properly in subdirectories, but it's not necessary for Minify's functionality.
|
||||||
|
Reference in New Issue
Block a user