The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::JSAN::Shotenjin - Run the "Shotenjin.Joosed" helper script for the javascript files with templates

VERSION

version 0.06

SYNOPSIS

In your dist.ini:

    [JSAN::Shotenjin]
    
    lib/Digest              = relative  // default, /*tjfile()tjfile*/ looks for files 
                                        // relative to the source JS file itself
    
    lib/Digest/MD5/Test     = absolute  // /*tjfile()tjfile*/ looks for files
                                        // relative to the current working directory
                                        // (distribution root)

DESCRIPTION

This plugin pre-process the source JavaScript files and extracts the template sources from the comments. Alternatively, it can extract the template content from the external file.

The plugin accepts the the list of regular expressions as configuration (each on own line). Expressions should be followed with the equal sign and the relativity specification (either `relative` or `absolute` keyword).

Plugin will process only files matching one of the regular expressions passed.

AUTHOR

Nickolay Platonov <nplatonov@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Nickolay Platonov.

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