From e1deb4e767e927bb70633cdd577de3fda3919f0a Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 1 Feb 2012 22:27:46 -0800 Subject: fix makefile to reset zips --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 617fcd34a6..923c0ced34 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ WATCHR ?= `which watchr` # docs: bootstrap + rm docs/assets/bootstrap.zip zip -r docs/assets/bootstrap.zip bootstrap rm -r bootstrap lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP} @@ -42,6 +43,7 @@ bootstrap: # gh-pages: docs + rm -f ../bootstrap-gh-pages/assets/bootstrap.zip node docs/build production cp -r docs/* ../bootstrap-gh-pages -- cgit v1.2.3