php-censor/docs/en/plugins/clean_build.md

17 lines
396 B
Markdown
Raw Normal View History

2016-07-17 16:20:35 +02: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:
```yml
complete:
clean_build:
remove:
- composer.json
- composer.phar
- config.dev.php
```