From df528f954bbcc3ba00ef7476eed30387f9a47b24 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Thu, 18 Apr 2013 18:51:23 -0700 Subject: [PATCH] Bump biscotto one last time --- Rakefile | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f50b348d8..10e00f439 100644 --- a/Rakefile +++ b/Rakefile @@ -127,6 +127,11 @@ namespace :docs do task :stats do system %{./node_modules/biscotto/bin/biscotto --statsOnly src/app/} end + + desc "Show which docs are missing" + task :missing do + system %{./node_modules/biscotto/bin/biscotto --listMissing src/app/} + end end end diff --git a/package.json b/package.json index 03902f415..086b99e0b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies" : { - "biscotto" : "0.0.7" + "biscotto" : "0.0.8" }, "private": true,