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

15 lines
531 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin Copy 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
Copies all files from your build, with the exception of those in the "ignore" build settings property, to a directory
of your choosing.
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
* **directory** - Required - The directory to which you want to copy the build.
* **respect_ignore** - Optional - Whether to respect the global "ignore" setting when copying files. Default is false.
* **wipe** - Optional - Set true if you want destination directory to be cleared before copying. Default is false.