Created Clean build plugin (markdown)
parent
2773726084
commit
0069f00b3d
1 changed files with 16 additions and 0 deletions
16
Clean-build-plugin.md
Normal file
16
Clean-build-plugin.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue