1 Clean build plugin
Dan Cryer edited this page 2013-10-17 02:41:10 -07:00

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.

Example Configuration:

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