You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/25 10:10:37 UTC

svn commit: r1535652 - /buildr/trunk/lib/buildr/core/assets.rb

Author: donaldp
Date: Fri Oct 25 08:10:36 2013
New Revision: 1535652

URL: http://svn.apache.org/r1535652
Log:
Note down reasoning for odd construct

Modified:
    buildr/trunk/lib/buildr/core/assets.rb

Modified: buildr/trunk/lib/buildr/core/assets.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/assets.rb?rev=1535652&r1=1535651&r2=1535652&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/core/assets.rb (original)
+++ buildr/trunk/lib/buildr/core/assets.rb Fri Oct 25 08:10:36 2013
@@ -90,6 +90,9 @@ module Buildr #:nodoc:
       end
 
       after_define do |project|
+        # This is used to add actions after project is defined so that files are copied
+        # as the last action and don't block tasks that try and filter into target dir
+        # from the source dir
         project.assets.send(:add_enhance_actions)
       end