mirror of
https://github.com/mrclay/minify.git
synced 2025-08-14 18:14:03 +02:00
cleanup 3.x branch leftover
This commit is contained in:
@@ -10,7 +10,6 @@ Clone the project into the `min/` directory inside your document root and instal
|
|||||||
cd /path/to/public_html
|
cd /path/to/public_html
|
||||||
git clone https://github.com/mrclay/minify.git min
|
git clone https://github.com/mrclay/minify.git min
|
||||||
cd min
|
cd min
|
||||||
git checkout 3.x
|
|
||||||
composer install --no-dev
|
composer install --no-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -42,7 +41,7 @@ Edit `min/index.php` to remove the ``die()`` statement and adjust the `vendor` p
|
|||||||
## Verifing it works
|
## Verifing it works
|
||||||
|
|
||||||
You can verify it works via these two URLs:
|
You can verify it works via these two URLs:
|
||||||
|
|
||||||
* http://example.org/min/?f=min/quick-test.js
|
* http://example.org/min/?f=min/quick-test.js
|
||||||
* http://example.org/min/?f=min/quick-test.css
|
* http://example.org/min/?f=min/quick-test.css
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user