php-censor/docs/en/plugins/clean_build.md
Dmitry Khomutov 320a249153 Improved docs
2016-07-19 15:22:22 +06:00

23 lines
435 B
Markdown

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
```yml
complete:
clean_build:
remove:
- composer.json
- composer.phar
- config.dev.php
```