From 87f991a35db8d60d72586825bd302fceef33cf14 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Thu, 18 Apr 2013 15:01:52 -0700 Subject: [PATCH] Remove package doc for now --- Rakefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Rakefile b/Rakefile index f7c33fd80..f50b348d8 100644 --- a/Rakefile +++ b/Rakefile @@ -128,18 +128,6 @@ namespace :docs do system %{./node_modules/biscotto/bin/biscotto --statsOnly src/app/} end end - - namespace :packages do - desc "Builds the API docs in src/packages" - task :build do - system %{./node_modules/biscotto/bin/biscotto -o docs/api src/packages/} - end - - desc "Lists the stats for API doc coverage in src/packages" - task :stats do - system %{./node_modules/biscotto/bin/biscotto --statsOnly src/packages/} - end - end end def application_path