mirror of
https://github.com/mrclay/minify.git
synced 2025-01-29 11:18:30 +01:00
675 B
675 B
"Min" is the front end application index.php
that handles requests to http://example.com/min/
and responds with compressed/combined content.
When the documentation refers to "Minify" it usually means this application, but sometimes refers to the ComponentClasses.
User-configurable files:
/config.php
: general configuration/groupsConfig.php
: configuration of pre-defined groups of files
Other files of interest:
/.htaccess
: rewrites URLs for the front controller/index.php
: front controller/lib/Minify/Controller/MinApp.php
: determines which files are combined based on$_GET
, sets some default options