Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-02-02 10:27:46 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-02 10:27:46 +0400
commite1deb4e767e927bb70633cdd577de3fda3919f0a (patch)
tree0b572ec293dba744ab0cc0d7b252b9e2c2ff0d26 /Makefile
parent6738042c61f72ade97107f47f48b3c9f1b276de4 (diff)
fix makefile to reset zips
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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