php-censor/docs/en/plugins/clean_build.md
2017-07-18 20:54:24 +07:00

436 B

Plugin Clean build

Works through a list of files to remove from your build. Useful when used in combination with Copy Build or Package Build.

Configuration

Options

  • remove - Required - An array of files and / or directories to remove.

Examples

complete:
    clean_build:
        remove:
            - composer.json
            - composer.phar
            - config.dev.php