NAME
Dist::Zilla::App::Command::add_header - concatenate individual files from your dist into bundles
VERSION
version 0.0.10
SYNOPSIS
dzil add_header [ --header_filename build/header.txt] [ --to my_project_all.min.js ]
DESCRIPTION
This command is a very thin layer over the Dist::Zilla::Plugin::Web::Bundle, please consult its docs for details.
EXAMPLE
$ dzil add_header --header_filename build/header.txt --to my_project_all.min.js
OPTIONS
--header_filename
A file from which to take the content of the header.
--to
A file prepend the header to
AUTHOR
Nickolay Platonov <nplatonov@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.