From ba5b6245345f5734034044e186f0867b773aa7b2 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Fri, 10 Jan 2014 14:17:28 -0600 Subject: [PATCH] Add make livereload to the website --- web/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/Makefile b/web/Makefile index ff2afc3a86c..5c9f1752dcf 100644 --- a/web/Makefile +++ b/web/Makefile @@ -171,3 +171,6 @@ test: live: rsync -rvzchP --delete-after -e ssh build/html/ pydata.org:/www/conda/ $(LAUNCH) http://conda.pydata.org + +livehtml: + livereload -b build/html