NAME
Dist::Zilla::App::Command::bundle - concatenate individual files from your dist into bundles
VERSION
version 0.0.10
SYNOPSIS
dzil bundle [ --filename components.json] [ --lib_dir lib ]
DESCRIPTION
This command is a very thin layer over the Dist::Zilla::Plugin::Web::Bundle, please consult its docs for details.
EXAMPLE
$ dzil bundle
$ dzil build --filename build/concat_info.js --lib_dir js
OPTIONS
--file
A file from which to take the bundling information. Default value is "components.json".
--lib_dir
A name for "lib" directory. Default is "lib".
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.