Updated Copy build plugin (markdown)

dedpikhto 2014-12-24 06:29:52 -08:00
parent 2e318ce021
commit c714b2b584

@ -3,4 +3,5 @@ Copies all files from your build, with the exception of those in the "ignore" bu
### Configuration Options:
* **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.
* **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.