Commit graph

14 commits

Author SHA1 Message Date
Dan Cryer
27e5dcc480 Update for PR #346 to fix PHPMD error 2014-05-15 13:39:54 +01:00
Claus Due
f817abb4d2 Feature: Plugin.CopyBuild wipe instruction
When set to `true`, this added `wipe` property will completely remove the target directory contents (except hidden files) before copying the build files into it.

The instruction is only allowed if `directory` is **not** `/` as a tiny and very inadequate measure against unintentional destruction of the host system.
2014-05-15 14:11:13 +02:00
Dan Cryer
d098fabdb6 Adding / correcting the file docblock throughout the project 2014-05-12 17:26:17 +01:00
Dmitry Khomutov
3ea6b720b1 Few fixes for windows 2014-05-09 14:57:22 +07:00
Dan Cryer
cb6262d833 PHPMD cleanup 2014-05-02 14:48:40 +01:00
Claus Due
5cb37f3291 Cross-platform safe copy in Plugin.CopyBuild
Rather than using `xargs` which behaves differently on BSD and Linux, it's safer to use the straight `cp`. We lose the output of which files were copied - but I'd be more than happy to add this as a separate command to list which files were copied and which were ignored.
2014-04-18 15:46:46 +02:00
Steve B
e68cd39afa Merge pull request #347 from NamelessCoder/patch-3
Missing property declaration for `ignore` on Plugin.CopyBuild
2014-04-14 08:56:25 +01:00
Claus Due
7c5fd65426 Missing property declaration for ignore on Plugin.CopyBuild 2014-04-12 13:50:10 +02:00
Claus Due
7c43bfd198 Bad copy/pasted method comment in CopyBuild plugin 2014-04-12 02:44:27 +02:00
Dan Cryer
16003ff01b Fixing some more PHPCS/PHPMD errors 2013-10-10 01:12:30 +01:00
Dan Cryer
77fae9a56d Holy cleanup, batman. 2013-10-10 01:01:06 +01:00
Dan Cryer
fa0cfc3614 Make copy_build copy dot files, also fix comments in new build plugins. Closes #50. 2013-05-20 14:06:53 +01:00
Dan Cryer
705c432272 Fixing the copy_build plugin, issue #36 2013-05-17 22:16:37 +01:00
Dan Cryer
ecd051a2eb Copy build plugin. 2013-05-17 17:50:27 +01:00