-
-
30 Dec 2020 08:32:18 UTC
- Distribution: Mojolicious-Plugin-AssetPack-Che
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (3)
- Testers (47 / 0 / 0)
- Kwalitee
Bus factor: 1- 81.68% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (28.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userand 1 contributors- ÐÐ¸Ñ Ð°Ð¸Ð» Че (Mikhail Che) <mche<-on->cpan.org>
- Dependencies
- CSS::Minifier::XS
- CSS::Sass
- HTML::Packer
- JavaScript::Minifier::XS
- JavaScript::Packer
- Mojolicious::Plugin::AssetPack
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Доброго всем
¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
NAME
Mojolicious::Plugin::AssetPack::Pipe::CombineFile - Store combined and gzipped asset to cache file instead of memory.
SYNOPSIS
$app->plugin('AssetPack::Che' => { pipes => [qw(Sass Css JavaScript CombineFile)], CombineFile => { gzip => {min_size => 1000},}, # pipe options process => [ ['foo.html'=>qw(templates/foo.html templates/bar.html)], ..., ], });
CONFIG
CombineFile determine config for this pipe module. Hashref keys:
gzip - hashref options.
ROUTE
/assets/*topic will auto place.
Get combined asset by url
<scheme>//<host>/assets/foo.html
SEE ALSO
Mojolicious::Plugin::AssetPack::Che
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-2020 Mikhail Che.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Mojolicious::Plugin::AssetPack::Che, copy and paste the appropriate command in to your terminal.
cpanm Mojolicious::Plugin::AssetPack::Che
perl -MCPAN -e shell install Mojolicious::Plugin::AssetPack::Che
For more information on module installation, please visit the detailed CPAN module installation guide.