Template::Plugin::JavaScript::Compactor - TT plugin for Data::JavaScript::Compactor


Template-Plugin-JavaScript-Compactor documentation  | view source Contained in the Template-Plugin-JavaScript-Compactor distribution.

Index


NAME

Top

Template::Plugin::JavaScript::Compactor - TT plugin for Data::JavaScript::Compactor

SYNOPSIS

Top

  [% USE JavaScript::Compactor -%]
  [% FILTER jscompactor -%]
  document.writeln('Hello, World!');
  function foobar () {
    alert('hoge');
  }
  [%- END %]

DESCRIPTION

Top

Template::Plugin::JavaScript::Compactor is a plugin for TT, which allows you to make your JavaScript compact.

SEE ALSO

Top

Template, Data::JavaScript::Compactor

AUTHOR

Top

Naoya Ito <naoya@bloghackers.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Template-Plugin-JavaScript-Compactor documentation  | view source Contained in the Template-Plugin-JavaScript-Compactor distribution.