##// END OF EJS Templates
Merge pull request #7159 from takluyver/hooks-invoke...
Min RK -
r19411:e32d41f6 merge
parent child Browse files
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