mirror of
https://github.com/mrclay/minify.git
synced 2025-08-09 15:46:34 +02:00
+ test_HTTP_ConditionalGet.php, phpDoc improvements, moved packer to 3rd-party, test for Minify loading fewer files for 304 responses.
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Class Minify_HTML
|
||||
* @package Minify
|
||||
*/
|
||||
|
||||
/**
|
||||
* Compress HTML
|
||||
*
|
||||
* This is a heavy regex-based removal of whitespace, unnecessary
|
||||
* comments and tokens.
|
||||
*
|
||||
* IE conditional comments are preserved. There are also options to have STYLE
|
||||
* and SCRIPT blocks compressed by callback functions. A test suite is available.
|
||||
*
|
||||
* @package Minify
|
||||
* @author Stephen Clay <steve@mrclay.org>
|
||||
*/
|
||||
class Minify_HTML {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user