1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-30 09:09:54 +02:00

Add wiki docs and point to some of them (lots of work left here)

This commit is contained in:
Steve Clay
2015-09-04 17:38:45 -04:00
parent d233b65d3d
commit f1ef53e84e
21 changed files with 1195 additions and 12 deletions

9
docs/BuilderApp.wiki.md Normal file
View File

@@ -0,0 +1,9 @@
Minify ships with "Builder", a simple Javascript app for constructing URIs to use with Minify. ([screenshots of the 2.1.0 version](http://www.mrclay.org/index.php/2008/09/19/minify-21-on-mrclayorg/))
It also does some run-time checks of your PHP and Minify configuration to look for problematic settings like [auto-encoding](http://code.google.com/p/minify/wiki/CommonProblems#Output_is_distorted/random_chars).
After installation, this is found at **`http://example.com/min/builder/`**
You must enable it by editing `min/config.php` and setting `$min_enableBuilder = true;`
After use, you should disable it by resetting `$min_enableBuilder = false;`