From 268fc550826139b9a067621c79ebf45670a5d1d3 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Sat, 25 Jun 2016 04:01:57 +0200 Subject: [PATCH] Created Builder App (markdown) --- Builder-App.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Builder-App.md diff --git a/Builder-App.md b/Builder-App.md new file mode 100644 index 0000000..00370c9 --- /dev/null +++ b/Builder-App.md @@ -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;` \ No newline at end of file