Git hooks need to use invoke, not fab

Thomas Kluyver 12 years ago
parent 4c62fd4210
commit dc02187827

@ -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

Loading…
Cancel
Save