From 9639b1c331bdd19b5a09c38aee2f14aa38449747 2014-12-10 18:35:00
From: Thomas Kluyver <takowl@gmail.com>
Date: 2014-12-10 18:35:00
Subject: [PATCH] Git hooks need to use invoke, not fab

---

diff --git a/git-hooks/post-checkout b/git-hooks/post-checkout
index e491e8f..12c8ee6 100755
--- a/git-hooks/post-checkout
+++ b/git-hooks/post-checkout
@@ -18,5 +18,5 @@ if [[
 ]]; then
   echo "rebuilding sourcemaps"
   cd IPython/html
-  fab css || echo "failed to compile css"
+  invoke css || echo "failed to compile css"
 fi