NAME
Mojolicious::Plugin::AssetPack::Preprocessor::Css - Preprocessor for CSS
DESCRIPTION
Mojolicious::Plugin::AssetPack::Preprocessor::Css is a preprocessor for .css
files.
CSS is minified using CSS::Minifier::XS. This module is optional and must be installed manually.
NOTE! CSS::Minifier::XS might be replaced with something better.
METHODS
process
This method use CSS::Minifier::XS to process $text
.
See "process" in Mojolicious::Plugin::AssetPack::Preprocessor.
COPYRIGHT AND LICENSE
Copyright (C) 2014, Jan Henning Thorsen
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
AUTHOR
Jan Henning Thorsen - jhthorsen@cpan.org