NAME
App::Embra::Plugin::PublishFiles - write site files into a directory
VERSION
version 0.001
DESCRIPTION
This plugin creates your site in a directory. The name of each file is used as the path to write its content to, relative to the destination directory.
This plugin additionally prunes already-published files from the list of files to include in the site. This is useful if your App::Embra::Role::FileGather plugins find the "to" directory and add the previous version of the published site to be re-published.
ATTRIBUTES
to
The directory where site files will be written. Defaults to . (the current directory).
AUTHOR
Daniel Holz <dgholz@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Daniel Holz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.