From 943f385285ce44a21aa9f43fb29c9167b4074ec8 Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Mon, 16 Mar 2015 22:44:57 -0400 Subject: [PATCH] don't include bindata in clean task MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since we started vending bindata in dca23b1 we shouldn’t trash it in our cleanup task anymore, whoops! --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7b988ee..3f5da4e 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,6 @@ require 'rake/clean' # versus in the build script. BINDATA = "commands/inits/bindata.go" file BINDATA => :generate -CLEAN.include(BINDATA) if File.exists? BINDATA CLEAN.include FileList.new("tmp/*") # convenience bootstrap all for getting started