Make copy_build copy dot files, also fix comments in new build plugins. Closes #50.

This commit is contained in:
Dan Cryer 2013-05-20 14:06:53 +01:00
commit fa0cfc3614
3 changed files with 5 additions and 4 deletions

View file

@ -10,7 +10,8 @@
namespace PHPCI\Plugin;
/**
* Composer Plugin - Provides access to Composer functionality.
* Clean build removes Composer related files and allows PHPCI users to clean up their build directory.
* Useful as a precursor to copy_build.
* @author Dan Cryer <dan@block8.co.uk>
* @package PHPCI
* @subpackage Plugins