1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-18 03:41:35 +02:00

Version constant bump, disable min_extras, docs updates

This commit is contained in:
Steve Clay
2015-09-29 10:12:47 -04:00
parent db8915b2db
commit fede83cd48
11 changed files with 167 additions and 276 deletions

View File

@@ -20,11 +20,11 @@
* @author Stephen Clay <steve@mrclay.org>
* @copyright 2008 Ryan Grove, Stephen Clay. All rights reserved.
* @license http://opensource.org/licenses/bsd-license.php New BSD License
* @link http://code.google.com/p/minify/
* @link https://github.com/mrclay/minify
*/
class Minify {
const VERSION = '2.2.0';
const VERSION = '3.0.0';
const TYPE_CSS = 'text/css';
const TYPE_HTML = 'text/html';
// there is some debate over the ideal JS Content-Type, but this is the