Classes, interfaces and traits

ConverterInterface

Convert file paths.

Please report bugs on https://github.com/matthiasmullie/path-converter/issues

« More »

Converter

Convert paths relative from 1 file to another.

E.g. ../../images/icon.jpg relative to /css/imports/icons.css becomes ../images/icon.jpg relative to /css/minified.css

Please report bugs on https://github.com/matthiasmullie/path-converter/issues

« More »

NoConverter

Don't convert paths.

Please report bugs on https://github.com/matthiasmullie/path-converter/issues

« More »

Classes, interfaces and traits

ConverterTest

Converter test case.

« More »

NoConverterTest

Converter test case.

« More »

Classes, interfaces and traits

CSS

CSS minifier.

Please report bugs on https://github.com/matthiasmullie/minify/issues

« More »

Exception

Base Exception Class.

« More »

JS

JavaScript Minifier Class.

Please report bugs on https://github.com/matthiasmullie/minify/issues

« More »

Minify

Abstract minifier class.

Please report bugs on https://github.com/matthiasmullie/minify/issues

« More »

Classes, interfaces and traits

BasicException

Basic Exception Class.

« More »

FileImportException

File Import Exception Class.

« More »

IOException

IO Exception Class.

« More »

Classes, interfaces and traits

CompatTestCase

« More »

Classes, interfaces and traits

CSSTest

CSS minifier test case.

« More »

NoSaveCSS

CSS minifier.

Please report bugs on https://github.com/matthiasmullie/minify/issues

« More »

Classes, interfaces and traits

AbstractTest

Tests common functions of abstract Minify class by using JS implementation.

« More »

JSTest

JS minifier test case.

« More »

NoSaveJS

JavaScript Minifier Class.

Please report bugs on https://github.com/matthiasmullie/minify/issues

« More »