summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/docs/BuilderApp.wiki.md
blob: f4a5b75856969722a494e956d7332a22cd677b97 (plain) (blame)
1
2
3
4
5
6
7
8
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](CommonProblems.wiki.md#output-is-distortedrandom-chars).

After installation, this is found at **`http://example.com/min/builder/`**

You must enable it by editing `config.php` and setting `$min_enableBuilder = true;`

After use, you should disable it by resetting `$min_enableBuilder = false;`