The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Web::AssetLib::MinifierEngine::Standard - basic CSS/Javascript minification engine

SYNOPSIS

    my $library = My::AssetLib::Library->new(
        minifier_engine => [
            Web::AssetLib::MinifierEngine::Standard->new()
        ]
    );

DESCRIPTION

Supports types: js, css, stylesheet, javascript. All other types will pass through unchanged. Utilizes either CSS::Minifier and JavaScript::Minifier or CSS::Minifier::XS and JavaScript::Minifier::XS depending on availability.

USAGE

No configuration required. Simply instantiate, and include in your library's list of input engines.

SEE ALSO

Web::AssetLib::MinifierEngine

AUTHOR

Ryan Lang <rlang@cpan.org>