NAME

Web::AssetLib::OutputEngine::String - allows exporting an asset or bundle to a string

SYNOPSIS

my $library = My::AssetLib::Library->new(
    output_engines => [
        Web::AssetLib::OutputEngine::String->new()
    ]
);

USAGE

Include in your library's output engine list.

SEE ALSO

Web::AssetLib::OutputEngine

AUTHOR

Ryan Lang <rlang@cpan.org>