##// END OF EJS Templates
Git hooks need to use invoke, not fab
Thomas Kluyver -
Show More
@@ -18,5 +18,5 b' if [['
18 ]]; then
18 ]]; then
19 echo "rebuilding sourcemaps"
19 echo "rebuilding sourcemaps"
20 cd IPython/html
20 cd IPython/html
21 fab css || echo "failed to compile css"
21 invoke css || echo "failed to compile css"
22 fi
22 fi
General Comments 0
You need to be logged in to leave comments. Login now