Created Copy build plugin (markdown)

Dan Cryer 2013-10-17 02:48:01 -07:00
parent 736eeacd79
commit b562a7dd83

6
Copy-build-plugin.md Normal file

@ -0,0 +1,6 @@
Copies all files from your build, with the exception of those in the "ignore" build settings property, to a directory of your choosing.
### 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.