-
-
16 May 2018 09:51:19 UTC
- Distribution: Mojolicious-Plugin-AssetPack-Che
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (3)
- Testers (474 / 0 / 0)
- Kwalitee
Bus factor: 1- 77.78% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (20.51KB)
- 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
- Mojolicious::Plugin::AssetPack
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- Mojolicious::Plugin::AssetPack::Che
- NAME
- DESCRIPTION
- VERSION
- SYNOPSIS
- SEE ALSO
- AUTHOR
- BUGS / CONTRIBUTING
- COPYRIGHT
Доброго всем
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 2.031 (test on base Mojolicious::Plugin::AssetPack v2.02+)
SYNOPSIS
See parent module Mojolicious::Plugin::AssetPack for full documentation.
On register the plugin
config
can contain additional optional argument process:$app->plugin('AssetPack::Che', pipes => [qw(Sass Css JavaScript HTML CombineFile)], CombineFile => { gzip => {min_size => 1000},}, # pipe options HTML => {minify_opts=>{remove_newlines => 1,}},# pipe based on HTML::Packer process => [ ['foo.js'=>qw(path/to/foo1.js path/to/foo2.js)], ['foo.html'=>qw(path/to/foo1.html path/to/foo2.html)], ... ], );
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-2018 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.