Доброго всем
Mojolicious::Plugin::AssetPack::Che
¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
NAME
Mojolicious::Plugin::AssetPack::Che - Child of Mojolicious::Plugin::AssetPack for little bit code.
DESCRIPTION
Can process assets during register plugin.
Can pipe HTML files with Mojolicious::Plugin::AssetPack::Pipe::HTML.
Can pipe CSS, JS, JSON, HTML with Mojolicious::Plugin::AssetPack::Pipe::CombineFile into disk cache. This pipe can also gzip and cache gzipped assets.
Since version 1.28.
VERSION
Version 1.401
SYNOPSIS
See parent module Mojolicious::Plugin::AssetPack for full documentation.
On register the plugin config
can contain additional optional argument process:
$app->plugin(AssetPack => pipes => [...], process => {foo.js=>[...], ...});
# or
$app->plugin(AssetPack => pipes => [...], process => [[foo.js=>(...)], ...]);
# or
$app->plugin(AssetPack => pipes => [...], process => [$definition_file1, ...]);
SEE ALSO
Mojolicious::Plugin::AssetPack
AUTHOR
Михаил Че (Mikhail Che), <mche[-at-]cpan.org>
BUGS / CONTRIBUTING
Please report any bugs or feature requests at https://github.com/mche/Mojolicious-Plugin-AssetPack-Che/issues. Pull requests also welcome.
COPYRIGHT
Copyright 2016 Mikhail Che.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.