SYNOPSIS

    In dist.ini in dist top-level directory:

     [Fatten]
     ;;; the default is to include all scripts, but use below to include only some
     ;;; scripts
     ;include_script=bin/script1
     ;include_script=bin/script2

    In fatten.conf in dist top-level directory, put your fatten
    configuration.

    During build, your scripts will be replaced with the fatpacked version.

DESCRIPTION

    This plugin will replace your scripts with the fatpacked version.
    Fatpacking will be done using fatten.

    If fatten.conf exists in your dist's top-level directory, it will be
    used as the fatten configuration.

CONFIGURATION

 include_script = str+

    Explicitly include only specified script. Can be specified multiple
    times. The default, when no include_script configuration is specified,
    is to include all scripts in the distribution.

 exclude_script = str+

    Exclude a script. Can be specified multiple times.

SEE ALSO

    fatten

