NAME
Nile::Plugin::Minify::Css - css minifier plugin for the Nile framework.
SYNOPSIS
DESCRIPTION
Nile::Plugin::Minify::Css - css minifier plugin for the Nile framework.
$app->plugin->minify->css($output_file => $file1, $file2, $url1, $url2, ...);
$app->plugin->minify->css('site.css' => '/css/menu.css', '/css/news.css');
my $path = $app->var->get("css_dir");
$app->plugin->minify->css(
$app->file->catfile($path, "app.css") =>
$app->file->catfile($path, "jquery.tweet.css"),
$app->file->catfile($path, "jquery.loading.css"),
$app->file->catfile($path, "jquery.likes.css"),
"http://domain.com/js/menu/menu.css",
);
Bugs
This project is available on github at https://github.com/mewsoft/Nile.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Nile.
SOURCE
Source repository is at https://github.com/mewsoft/Nile.
SEE ALSO
See Nile for details about the complete framework.
AUTHOR
Ahmed Amin Elsheshtawy, احمد امين الششتاوى <mewsoft@cpan.org> Website: http://www.mewsoft.com
COPYRIGHT AND LICENSE
Copyright (C) 2014-2015 by Dr. Ahmed Amin Elsheshtawy احمد امين الششتاوى mewsoft@cpan.org, support@mewsoft.com, https://github.com/mewsoft/Nile, http://www.mewsoft.com
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.