mirror of
https://github.com/mrclay/minify.git
synced 2025-08-18 20:01:21 +02:00
1
Builder App
Jonas Thelemann edited this page 2016-06-25 04:01:57 +02:00
Minify ships with "Builder", a simple Javascript app for constructing URIs to use with Minify. (screenshots of the 2.1.0 version)
It also does some run-time checks of your PHP and Minify configuration to look for problematic settings like auto-encoding.
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;