Method |
Description |
|
cssMin ( $cssText = "" ) |
* --------------------------------------------------------------------------------
Minify the passed in CSS
-------------------------------------------------------------------------------- |
|
htmlMin ( $htmlText = "" ) |
* --------------------------------------------------------------------------------
Minify the passed in HTML
-------------------------------------------------------------------------------- |
|
init ( ) |
|
|
jsMin ( $jsText = "" ) |
* --------------------------------------------------------------------------------
Minify the passed in JS
-------------------------------------------------------------------------------- |
|
minify ( $htmlText = "" ) |
* --------------------------------------------------------------------------------
Minify all the things
-------------------------------------------------------------------------------- |
|