aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 617fcd34a..923c0ced3 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