From a81eeb1f6baf40a1ec32c889637cd381bc5c7ae8 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sun, 23 Nov 2014 12:53:55 -0500 Subject: [PATCH 1/1] more precise cleanup in push-to-web.sh --- push-to-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-to-web.sh b/push-to-web.sh index a2811d0..9b134a2 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -38,7 +38,7 @@ else fi # Revert changes to dygraph-combined.js and docs. -git checkout dygraph-combined.js +make clean-combined-test git checkout docs/download.html rm docs/options.html rm -rf $temp_dir -- 2.7.4