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

NAME

Dist::Zilla::Plugin::JSAN::StaticDir - Process "static" directory

VERSION

version 0.06

SYNOPSIS

In your dist.ini:

    name        = Sample-Dist
    
    [JSAN::StaticDir]
    static_dir = static ; default

DESCRIPTION

This plugin will move the "static" directory of your distribution into the "lib" folder, under its distribution name. That is, all files from the "static" directory, like:

    /static/css/all.css
    /static/image/logo.png

will be moved to the:

    /lib/Sample/Dist/static/css.all
    /lib/Sample/Dist/static/image/logo.png

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.