|
Stud.IP
4.1 Revision
|

Public Member Functions | |
| __construct ($configuration) | |
| compress ($paths) | |
| shouldCompress () | |
| hasJsCompressor () | |
| callJsCompressor ($js) | |
| hasCssCompressor () | |
| callCssCompressor ($css) | |
Data Fields | |
| const | JS_COMPRESSOR = 'uglifyjs' |
| const | JS_OPTIONS = '--compress --mangle --' |
| const | CSS_COMPRESSOR = 'cleancss' |
| const | CSS_OPTIONS = '--skip-rebase -O 2' |
| __construct | ( | $configuration | ) |
| callCssCompressor | ( | $css | ) |
| callJsCompressor | ( | $js | ) |

| compress | ( | $paths | ) |

| hasCssCompressor | ( | ) |
| hasJsCompressor | ( | ) |

| shouldCompress | ( | ) |

| const CSS_COMPRESSOR = 'cleancss' |
| const CSS_OPTIONS = '--skip-rebase -O 2' |
| const JS_COMPRESSOR = 'uglifyjs' |
| const JS_OPTIONS = '--compress --mangle --' |