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

24 lines
436 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin Clean build
2017-01-04 13:22:20 +01:00
==================
2016-07-19 11:12:28 +02:00
2017-07-18 15:54:24 +02:00
Works through a list of files to remove from your build. Useful when used in combination with Copy Build or Package
Build.
2016-07-17 16:20:35 +02:00
2016-07-19 11:12:28 +02:00
Configuration
2017-01-04 13:22:20 +01:00
-------------
2016-07-19 11:12:28 +02:00
### Options
2016-07-17 16:20:35 +02:00
* **remove** - Required - An array of files and / or directories to remove.
2016-07-19 11:12:28 +02:00
### Examples
2016-07-17 16:20:35 +02:00
```yml
complete:
clean_build:
remove:
- composer.json
- composer.phar
- config.dev.php
```