We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0787083 commit 8f600a7Copy full SHA for 8f600a7
rake-tasks/buck.rb
@@ -110,8 +110,6 @@ def buck(*args, &block)
110
# cases where the rule was not created by CrazyFun. Rules created by the "rule" method will
111
# be a FileTask, whereas those created by CrazyFun are normal rake Tasks.
112
113
- puts "Making things the old way: #{task.name}"
114
-
115
if task.class == Rake::FileTask && !task.out
116
task.enhance do
117
Buck::buck_cmd.call('build', task.name)
0 commit comments