From d9986bad86a2a8f2e0918d1ccbd21653e81b04e0 Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Sun, 9 Oct 2011 16:50:36 +0800 Subject: [PATCH] Don't include rdoc in build process --- Rakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 6310105..dc129ac 100644 --- a/Rakefile +++ b/Rakefile @@ -33,9 +33,7 @@ task "build:coffee" do end end -task "build:rdoc" => "rdoc" - -multitask "build" => ["build:sass", "build:coffee", "build:rdoc"] +multitask "build" => ["build:sass", "build:coffee"] desc "Package as Gem" task "package:gem" do