![]() |
![]()
| ![]() |
![]()
NAMETemplate::Plugin::Filter::Minify::JavaScript::XS - JavaScript::Minifier::XS filter for Template Toolkit VERSIONversion 0.94 SYNOPSIS[% USE Filter.Minify.JavaScript.XS %] [% FILTER minify_js %] $(document).ready( function() { $('body').append('<div>Hello World!</div>'); } ); [% END %] DESCRIPTIONThis module is a Template Toolkit filter, which uses JavaScript::Minifier::XS to compress javascript code from filtered content during template processing. SEE ALSOJavaScript::Minifier::XS, Template::Plugin::Filter, Template SOURCEThe development version is on github at <http://github.com/mschout/template-plugin-filter-minify-javascript-xs> and may be cloned from <git://github.com/mschout/template-plugin-filter-minify-javascript-xs.git> BUGSPlease report any bugs or feature requests to
bug-template-plugin-filter-minify-javascript-xs@rt.cpan.org or through the
web interface at:
AUTHORMichael Schout <mschout@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2014 by Michael Schout. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|